pub type FT_GlyphSlotRec = FT_GlyphSlotRec_;

Aliased Type§

struct FT_GlyphSlotRec {
Show 22 fields pub library: *mut FT_LibraryRec_, pub face: *mut FT_FaceRec_, pub next: *mut FT_GlyphSlotRec_, pub reserved: u32, pub generic: FT_Generic_, pub metrics: FT_Glyph_Metrics_, pub linearHoriAdvance: i64, pub linearVertAdvance: i64, pub advance: FT_Vector_, pub format: FT_Glyph_Format_, pub bitmap: FT_Bitmap_, pub bitmap_left: i32, pub bitmap_top: i32, pub outline: FT_Outline_, pub num_subglyphs: u32, pub subglyphs: *mut FT_SubGlyphRec_, pub control_data: *mut c_void, pub control_len: i64, pub lsb_delta: i64, pub rsb_delta: i64, pub other: *mut c_void, pub internal: *mut FT_Slot_InternalRec_,
}

Fields§

§library: *mut FT_LibraryRec_§face: *mut FT_FaceRec_§next: *mut FT_GlyphSlotRec_§reserved: u32§generic: FT_Generic_§metrics: FT_Glyph_Metrics_§linearHoriAdvance: i64§linearVertAdvance: i64§advance: FT_Vector_§format: FT_Glyph_Format_§bitmap: FT_Bitmap_§bitmap_left: i32§bitmap_top: i32§outline: FT_Outline_§num_subglyphs: u32§subglyphs: *mut FT_SubGlyphRec_§control_data: *mut c_void§control_len: i64§lsb_delta: i64§rsb_delta: i64§other: *mut c_void§internal: *mut FT_Slot_InternalRec_

Trait Implementations§

source§

impl Clone for FT_GlyphSlotRec_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FT_GlyphSlotRec_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_GlyphSlotRec_