Struct cosmic_text::ShapeGlyph
source · pub struct ShapeGlyph {
pub start: usize,
pub end: usize,
pub x_advance: f32,
pub y_advance: f32,
pub x_offset: f32,
pub y_offset: f32,
pub font_id: ID,
pub glyph_id: u16,
pub color_opt: Option<Color>,
pub metadata: usize,
}Expand description
A shaped glyph
Fields§
§start: usize§end: usize§x_advance: f32§y_advance: f32§x_offset: f32§y_offset: f32§font_id: ID§glyph_id: u16§color_opt: Option<Color>§metadata: usize