Source position: fpsvg.freetype.pp line 78
type TSVGFontEntry = record
FileName: string;
Family: string;
Weight: Integer;
Style: TSVGFontStyle;
Stretch: TSVGFontStretch;
Face: PFT_Face;
end;