Struct cosmic_text::LayoutLine
source · pub struct LayoutLine {
pub w: f32,
pub glyphs: Vec<LayoutGlyph>,
}Expand description
A line of laid out glyphs
Fields§
§w: f32Width of the line
glyphs: Vec<LayoutGlyph>Glyphs in line
pub struct LayoutLine {
pub w: f32,
pub glyphs: Vec<LayoutGlyph>,
}A line of laid out glyphs
w: f32Width of the line
glyphs: Vec<LayoutGlyph>Glyphs in line