Source position: diskfont.pas line 35
type TTFontContents = record
tfc_FileName: array [0..MAXFONTPATH-3] of Char;
tfc_TagCount: Word;
tfc_YSize: Word;
tfc_Style: Byte;
tfc_Flags: Byte;
end;