TrueTypeFontProperties Class Members
In This Topic
The following tables list the members exposed by
TrueTypeFontProperties.
Public Constructors
Public Properties
| Name | Description |
 | Ascent | Gets the distance from baseline of highest ascender, expressed in UnitsPerEm. |
 | Descent | Gets the distance from baseline of lowest descender, expressed in UnitsPerEm. |
 | FontBBox | Gets the font bounding box, expressed in UnitsPerEm. |
 | FontName | Gets the name of the font. |
 | FontSelectionFlags | Gets the font selection flags. |
 | FontStretch | Gets the font stretch. |
 | FontWeight | Gets the font weight. |
 | HasGlyphSubstitutionTable | Gets a value indicating whether the font program has glyph substitution table (GSUB). |
 | HasOs2Table | Gets a value indicating whether the font program has OS/2 table. |
 | LineGap | Gets the line gap, expressed in UnitsPerEm. |
 | StrikeoutPosition | Gets the strikeout position, expressed in UnitsPerEm. |
 | StrikeoutThickness | Gets the strikeout thickness, expressed in UnitsPerEm. |
 | SubscriptBBox | Gets the subscript text bounding box, expressed in UnitsPerEm. |
 | SuperscriptBBox | Gets the superscript text bounding box, expressed in UnitsPerEm. |
 | TypographicAscender | Gets the distance from baseline of highest typographic ascender, expressed in UnitsPerEm. |
 | TypographicDescender | Gets the distance from baseline of lowest typographic descender, expressed in UnitsPerEm. |
 | TypographicLineGap | Gets the typographic line gap, expressed in UnitsPerEm. |
 | UnderlinePosition | Gets the underline position, expressed in UnitsPerEm. |
 | UnderlineThickness | Gets the underline thickness, expressed in UnitsPerEm. |
 | UnitsPerEm | Gets the font UnitsPerEM value. |
 | WindowsAscent | Gets the distance from baseline of highest "Windows" ascender, expressed in UnitsPerEm. |
 | WindowsDescent | Gets the distance from baseline of lowest "Windows" descender, expressed in UnitsPerEm. |
Public Methods
| Name | Description |
 | ApplyGlyphSubstitutions | Applies the glyph substitutions. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
See Also