Source position: diskfont.pas line 40
type TFontContents = record
fc_FileName: array [0..MAXFONTPATH-1] of AnsiChar;
fc_YSize: Word;
fc_Style: Byte;
fc_Flags: Byte;
end;