Type Alias pango_sys::PangoLayoutRun
source · pub type PangoLayoutRun = PangoGlyphItem;Aliased Type§
struct PangoLayoutRun {
pub item: *mut PangoItem,
pub glyphs: *mut PangoGlyphString,
pub y_offset: i32,
pub start_x_offset: i32,
pub end_x_offset: i32,
}Fields§
§item: *mut PangoItem§glyphs: *mut PangoGlyphString§y_offset: i32§start_x_offset: i32§end_x_offset: i32