Source position: fpsvg.types.pp line 382
type TSVGFontRequest = record |
public |
Families: TSVGString; |
Size: Double; |
Weight: Integer; |
Style: TSVGFontStyle; |
Variant: TSVGFontVariant; |
Stretch: TSVGFontStretch; |
constructor Create(); |
function ToString; |
|
end; |