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

ISVGFont

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

Declaration

Source position: fpsvg.types.pp line 397

type ISVGFont = interface

  function GetFontName;

  function GetUnitsPerEm;

  function GetSize;

  function GetAscent;

  function GetDescent;

  function GetUnderlinePosition;

  function GetUnderlineThickness;

  function GetGlyphIndex();

  function GetGlyphForRun();

  function GetGlyphNamed();

  function GetGlyphAdvance();

  function GetGlyphVerticalAdvance();

  procedure GetGlyphVerticalOrigin();

  function GetGlyphKerning();

  function GetGlyphVerticalKerning();

  function GetSmallCaps;

  function GetGlyphOutline();

end;

Inheritance

ISVGFont

|

IInterface


Documentation generated on: 2026-09-25