[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| | |
IInterface |