Collects information of a font.
Inheritance Hierarchy
PdfEdit.DrawingXFontMetrics
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The XFontMetrics type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Ascent |
Gets the ascent value.
| |
| AverageWidth |
Gets the average width.
| |
| CapHeight |
Gets the height of capital letters.
| |
| Descent |
Gets the descent value.
| |
| Leading |
Gets the leading value.
| |
| LineSpacing |
Gets the line spacing value.
| |
| MaxWidth |
Gets the maximum width of a character.
| |
| Name |
Gets the font name.
| |
| StemH |
Gets an internal value.
| |
| StemV |
Gets an internal value.
| |
| StrikethroughPosition |
Gets the strikethrough position.
| |
| StrikethroughThickness |
Gets the strikethrough thicksness.
| |
| UnderlinePosition |
Gets the underline position.
| |
| UnderlineThickness |
Gets the underline thicksness.
| |
| UnitsPerEm |
Gets the ascent value.
| |
| XHeight |
Gets the height of a lower-case character.
|
See Also