Struct i_slint_core::textlayout::PositionedGlyph
source · pub struct PositionedGlyph<Length> {
pub x: Length,
pub y: Length,
pub glyph_id: NonZeroU16,
}Fields§
§x: Length§y: Length§glyph_id: NonZeroU16