Struct machinery_api::plugins::ui::FontGlyphT [−][src]
#[repr(C)]pub struct FontGlyphT { pub texture: u32, pub uv: RectT, pub offset: Vec2T, pub xadvance: f32, pub glyph_segments_offset: u32, }
Fields
texture: u32uv: RectToffset: Vec2Txadvance: f32glyph_segments_offset: u32