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