Searched defs:CGlyphExtents (Results 1 – 1 of 1) sorted by relevance
101 pub fn get_glyph_extents(&self, glyph: u32) -> CGlyphExtents { in get_glyph_extents()355 pub struct CGlyphExtents { struct357 pub x_bearing: i32,359 pub y_bearing: i32,361 pub width: i32,363 pub height: i32,