VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / TrueTypeFontProperties Class
Constructors Properties Methods SeeAlso
In This Topic
    TrueTypeFontProperties Class Members
    In This Topic
    The following tables list the members exposed by TrueTypeFontProperties.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TrueTypeFontProperties class.
    Public Properties
     NameDescription
    Public PropertyGets the distance from baseline of highest ascender, expressed in UnitsPerEm.
    Public PropertyGets the distance from baseline of lowest descender, expressed in UnitsPerEm.
    Public PropertyGets the font bounding box, expressed in UnitsPerEm.
    Public PropertyGets the name of the font.
    Public PropertyGets the font selection flags.
    Public PropertyGets the font stretch.
    Public PropertyGets the font weight.
    Public PropertyGets a value indicating whether the font program has glyph substitution table (GSUB).
    Public PropertyGets a value indicating whether the font program has OS/2 table.
    Public PropertyGets the line gap, expressed in UnitsPerEm.
    Public PropertyGets the strikeout position, expressed in UnitsPerEm.
    Public PropertyGets the strikeout thickness, expressed in UnitsPerEm.
    Public PropertyGets the subscript text bounding box, expressed in UnitsPerEm.
    Public PropertyGets the superscript text bounding box, expressed in UnitsPerEm.
    Public PropertyGets the distance from baseline of highest typographic ascender, expressed in UnitsPerEm.
    Public PropertyGets the distance from baseline of lowest typographic descender, expressed in UnitsPerEm.
    Public PropertyGets the typographic line gap, expressed in UnitsPerEm.
    Public PropertyGets the underline position, expressed in UnitsPerEm.
    Public PropertyGets the underline thickness, expressed in UnitsPerEm.
    Public PropertyGets the font UnitsPerEM value.
    Public PropertyGets the distance from baseline of highest "Windows" ascender, expressed in UnitsPerEm.
    Public PropertyGets the distance from baseline of lowest "Windows" descender, expressed in UnitsPerEm.
    Public Methods
     NameDescription
    Public MethodApplies the glyph substitutions.
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    See Also