Type Alias freetype::freetype::FT_FaceRec

source ·
pub type FT_FaceRec = FT_FaceRec_;

Aliased Type§

struct FT_FaceRec {
Show 31 fields pub num_faces: i64, pub face_index: i64, pub face_flags: i64, pub style_flags: i64, pub num_glyphs: i64, pub family_name: *mut i8, pub style_name: *mut i8, pub num_fixed_sizes: i32, pub available_sizes: *mut FT_Bitmap_Size_, pub num_charmaps: i32, pub charmaps: *mut *mut FT_CharMapRec_, pub generic: FT_Generic_, pub bbox: FT_BBox_, pub units_per_EM: u16, pub ascender: i16, pub descender: i16, pub height: i16, pub max_advance_width: i16, pub max_advance_height: i16, pub underline_position: i16, pub underline_thickness: i16, pub glyph: *mut FT_GlyphSlotRec_, pub size: *mut FT_SizeRec_, pub charmap: *mut FT_CharMapRec_, pub driver: *mut FT_DriverRec_, pub memory: *mut FT_MemoryRec_, pub stream: *mut FT_StreamRec_, pub sizes_list: FT_ListRec_, pub autohint: FT_Generic_, pub extensions: *mut c_void, pub internal: *mut FT_Face_InternalRec_,
}

Fields§

§num_faces: i64§face_index: i64§face_flags: i64§style_flags: i64§num_glyphs: i64§family_name: *mut i8§style_name: *mut i8§num_fixed_sizes: i32§available_sizes: *mut FT_Bitmap_Size_§num_charmaps: i32§charmaps: *mut *mut FT_CharMapRec_§generic: FT_Generic_§bbox: FT_BBox_§units_per_EM: u16§ascender: i16§descender: i16§height: i16§max_advance_width: i16§max_advance_height: i16§underline_position: i16§underline_thickness: i16§glyph: *mut FT_GlyphSlotRec_§size: *mut FT_SizeRec_§charmap: *mut FT_CharMapRec_§driver: *mut FT_DriverRec_§memory: *mut FT_MemoryRec_§stream: *mut FT_StreamRec_§sizes_list: FT_ListRec_§autohint: FT_Generic_§extensions: *mut c_void§internal: *mut FT_Face_InternalRec_

Trait Implementations§

source§

impl Clone for FT_FaceRec_

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_FaceRec_

source§

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

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

impl Copy for FT_FaceRec_