Source position: libfreetype.inc line 807
type TTT_Header = record |
Table_Version: FT_Fixed; |
Font_Revision: FT_Fixed; |
CheckSum_Adjust: FT_Long; |
Magic_Number: FT_Long; |
Flags: FT_UShort; |
Units_Per_EM: FT_UShort; |
Created: array [0..1] of FT_ULong; |
Modified: array [0..1] of FT_ULong; |
xMin: FT_Short; |
yMin: FT_Short; |
xMax: FT_Short; |
FyMax: FT_Short; |
Mac_Style: FT_UShort; |
Lowest_Rec_PPEM: FT_UShort; |
Font_Direction: FT_Short; |
Index_To_Loc_Format: FT_Short; |
Glyph_Data_Format: FT_Short; |
end; |