Source position: diskfont.pas line 41
type TTFontContents = record |
||
tfc_FileName: array [0..MAXFONTPATH-3] of Char; |
|
|
tfc_TagCount: Word; |
|
Including the TAG_DONE tag. if tfc_TagCount is non-zero, tfc_FileName is overlayed with Text Tags |
tfc_YSize: Word; |
|
|
tfc_Style: Byte; |
|
|
tfc_Flags: Byte; |
|
|
end; |