The LineRangeTextMetrics type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Ascent |
Ascent for range, ascent is a distance from top edge of text to its baseline.
| |
| IsFixedFont |
True if range uses a Fixed font (Courier New for example).
| |
| IsTrueTypeFont |
True if range uses a TrueType font
| |
| LineGap |
Specifies typographic line spacing, used in calcuation of superscript / subscript
position.
| |
| NormalAscent |
"Normal" ascent for range, this ascent is calculated without using of superscript / subscript
| |
| NormalHeight |
"Normal" height of range, this height is calculated without using of superscript / subscript
| |
| Size |
Size of text in pixels, width and height.
|