pub struct FT_FaceRec {
    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 |  | 
                                  face_index |  | 
                                  face_flags |  | 
                                  style_flags |  | 
                                  num_glyphs |  | 
                                  family_name |  | 
                                  style_name |  | 
                                  num_fixed_sizes |  | 
                                  available_sizes |  | 
                                  num_charmaps |  | 
                                  charmaps |  | 
                                  generic |  | 
                                  bbox |  | 
                                  units_per_EM |  | 
                                  ascender |  | 
                                  descender |  | 
                                  height |  | 
                                  max_advance_width |  | 
                                  max_advance_height |  | 
                                  underline_position |  | 
                                  underline_thickness |  | 
                                  glyph |  | 
                                  size |  | 
                                  charmap |  | 
                                  driver |  | 
                                  memory |  | 
                                  stream |  | 
                                  sizes_list |  | 
                                  autohint |  | 
                                  extensions |  | 
                                  internal |  |