Struct cosmic_text::ShapeWord
source · pub struct ShapeWord {
pub blank: bool,
pub glyphs: Vec<ShapeGlyph>,
}Expand description
A shaped word (for word wrapping)
Fields§
§blank: bool§glyphs: Vec<ShapeGlyph>pub struct ShapeWord {
pub blank: bool,
pub glyphs: Vec<ShapeGlyph>,
}A shaped word (for word wrapping)
blank: bool§glyphs: Vec<ShapeGlyph>