Enum tego::ObjectKind [−][src]
pub enum ObjectKind {
Rect,
Ellipse,
Point,
Polygon {
points: Vec<fvec2>,
},
Polyline {
points: Vec<fvec2>,
},
Text {
content: String,
},
}Variants
Fields of Text
content: String