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

TSVGFreeTypeProvider

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpsvg.freetype.pp line 98

type TSVGFreeTypeProvider = class(TObject,ISVGFontProvider)

public

  constructor Create;

  destructor Destroy; override;

  function AddFontFile();

  function AddFontResource();

  function AddFontPath();

  function AddSystemFonts;

  function ResolveFont();

  function ResolveCover();

  property Available: Boolean; [r]

  property EntryCount: Integer; [r]

  property Entries []: TSVGFontEntry; [r]

  property DefaultFamily: string; [rw]

  property GenericFamily []: string; [rw]

  property Coverage: ISVGFontCoverage; [rw]

  property ReadFaceTables: Boolean; [rw]

  property Kerning: Boolean; [rw]

end;

Inheritance

TSVGFreeTypeProvider

|

TObject,ISVGFontProvider


Documentation generated on: 2026-09-25