Struct harfbuzz_sys::hb_glyph_extents_t [−][src]
#[repr(C)]pub struct hb_glyph_extents_t { pub x_bearing: hb_position_t, pub y_bearing: hb_position_t, pub width: hb_position_t, pub height: hb_position_t, }
Fields
x_bearing: hb_position_t
y_bearing: hb_position_t
width: hb_position_t
height: hb_position_t
Trait Implementations
impl Clone for hb_glyph_extents_t
[src]
impl Clone for hb_glyph_extents_t
[src]