Struct usvg::Text [−][src]
pub struct Text {
pub id: String,
pub transform: Transform,
pub rotate: Option<NumberList>,
pub chunks: Vec<TextChunk>,
}A text element.
text element in the SVG.
Fields
id: String
Element's ID.
Taken from the SVG itself. Isn't automatically generated. Can be empty.
transform: Transform
Element transform.
rotate: Option<NumberList>
Rotate
chunks: Vec<TextChunk>
A list of text chunks.