[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msefreetype.pas line 299
type TFT_Face = record |
num_faces: FT_Long; |
face_index: FT_Long; |
face_flags: FT_Long; |
style_flags: FT_Long; |
num_glyphs: FT_Long; |
family_name: pchar; |
style_name: pchar; |
num_fixed_sizes: FT_Int; |
available_sizes: PFT_Bitmap_Size; |
num_charmaps: FT_Int; |
charmaps: PPFT_Charmap; |
generic: FT_Generic; |
bbox: FT_BBox; |
units_per_EM: FT_UShort; |
ascender: FT_Short; |
descender: FT_Short; |
height: FT_Short; |
max_advance_width: FT_Short; |
max_advance_height: FT_Short; |
underline_position: FT_Short; |
underline_thickness: FT_Short; |
glyph: PFT_GlyphSlot; |
size: PFT_Size; |
charmap: PFT_Charmap; |
end; |