Unit 'fpsvg.types' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-svg]

TSVGFontRequest

Declaration

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;


Documentation generated on: 2026-09-25