Source position: fefontengine.pas line 299
type FE_Header = record |
||
table_version: FE_Fixed; |
|
|
font_revision: FE_Fixed; |
|
|
checksum_adjust: FE_Long; |
|
|
magic_number: FE_Long; |
|
|
flags: FE_UShort; |
|
|
units_per_EM: FE_UShort; |
|
|
created: array [0..1] of FE_Long; |
|
|
modified: array [0..1] of FE_Long; |
|
|
xMin: FE_FWord; |
|
|
yMin: FE_FWord; |
|
|
xMax: FE_FWord; |
|
|
yMax: FE_FWord; |
|
|
mac_style: FE_UShort; |
|
|
lowest_rec_PPEM: FE_UShort; |
|
|
font_direction: FE_Short; |
|
|
index_to_loc_format: FE_Short; |
|
|
glyph_data_format: FE_Short; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |