Source position: rtfdata.inc line 409
type TRTFFont = record
rtfFName: string;
rtfFNum: Integer;
rtfFFamily: Integer;
rtfNextFont: PRTFFONT;
end;