#[repr(C)]
pub struct FT_FaceRec {
Show 31 fields pub num_faces: FT_Long, pub face_index: FT_Long, pub face_flags: FT_Long, pub style_flags: FT_Long, pub num_glyphs: FT_Long, pub family_name: *mut FT_String, pub style_name: *mut FT_String, pub num_fixed_sizes: FT_Int, pub available_sizes: *mut FT_Bitmap_Size, pub num_charmaps: FT_Int, pub charmaps: *mut FT_CharMap, pub generic: FT_Generic, pub bbox: FT_BBox, pub units_per_EM: FT_UShort, pub ascender: FT_Short, pub descender: FT_Short, pub height: FT_Short, pub max_advance_width: FT_Short, pub max_advance_height: FT_Short, pub underline_position: FT_Short, pub underline_thickness: FT_Short, pub glyph: FT_GlyphSlot, pub size: FT_Size, pub charmap: FT_CharMap, pub driver: FT_Driver, pub memory: FT_Memory, pub stream: FT_Stream, pub sizes_list: FT_ListRec, pub autohint: FT_Generic, pub extensions: *mut c_void, pub internal: FT_Face_Internal,
}

Fields

num_faces: FT_Longface_index: FT_Longface_flags: FT_Longstyle_flags: FT_Longnum_glyphs: FT_Longfamily_name: *mut FT_Stringstyle_name: *mut FT_Stringnum_fixed_sizes: FT_Intavailable_sizes: *mut FT_Bitmap_Sizenum_charmaps: FT_Intcharmaps: *mut FT_CharMapgeneric: FT_Genericbbox: FT_BBoxunits_per_EM: FT_UShortascender: FT_Shortdescender: FT_Shortheight: FT_Shortmax_advance_width: FT_Shortmax_advance_height: FT_Shortunderline_position: FT_Shortunderline_thickness: FT_Shortglyph: FT_GlyphSlotsize: FT_Sizecharmap: FT_CharMapdriver: FT_Drivermemory: FT_Memorystream: FT_Streamsizes_list: FT_ListRecautohint: FT_Genericextensions: *mut c_voidinternal: FT_Face_Internal

Trait Implementations

Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.