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