[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msefreetype.pas line 277
type TFT_GlyphSlot = record |
alibrary: PFT_Library; |
face: PFT_Face; |
next: PFT_GlyphSlot; |
flags: FT_UInt; |
generic: FT_Generic; |
metrics: FT_Glyph_Metrics; |
linearHoriAdvance: FT_Fixed; |
linearVertAdvance: FT_Fixed; |
advance: FT_Vector; |
format: LongWord; |
bitmap: FT_Bitmap; |
bitmap_left: FT_Int; |
bitmap_top: FT_Int; |
outline: FT_Outline; |
num_subglyphs: FT_UInt; |
subglyphs: PFT_Subglyph; |
control_data: pointer; |
control_len: LongInt; |
other: pointer; |
end; |