| GdiFontMetrics Class |
The GdiFontMetrics type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAnsiWidths |
Returns the width, in PDF units, of consecutive glyphs for the WinAnsiEncoding only.
|
|
| GetFontData |
Gets font metric data for a TrueType font or TrueType collection.
|
|
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetWidths |
Retrieves the widths, in PDF units, of consecutive glyphs.
|
|
| MapCharacter |
Translates the supplied character to a glyph index using the currently selected font.
|
|
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AnsiKerningPairs |
Gets a collection of kerning pairs for characters defined in the WinAnsiEncoding scheme only.
|
|
| Ascent |
Specifies the maximum distance characters in this font extend above the base line. This is the typographic ascent for the font.
|
|
| AverageWidth |
Gets the average width of glyphs in a font.
|
|
| BoundingBox |
Gets the font's bounding box.
|
|
| CapHeight |
Gets the distance between the baseline and the approximate height of uppercase letters.
|
|
| Descent |
Specifies the maximum distance characters in this font extend below the base line. This is the typographic descent for the font.
|
|
| EmSquare |
Specifies the number of logical units defining the x- or y-dimension of the em square for this font. The common value for EmSquare is 2048.
|
|
| FaceName |
Retrieves the typeface name of the font that is selected into the device context supplied to the GdiFontMetrics constructor.
|
|
| FirstChar |
Gets the value of the first character defined in the font
|
|
| Flags |
Gets a collection of flags defining various characteristics of a font (e.g. serif or sans-serif, symbolic, etc).
|
|
| IsEmbeddable |
Gets a value indicating whether the font can be legally embedded within a document.
|
|
| IsSubsettable |
Gets a value indicating whether the font can be legally subsetted.
|
|
| ItalicAngle |
Gets the main italic angle of the font expressed in tenths of a degree counterclockwise from the vertical.
|
|
| KerningPairs |
Gets a collection of kerning pairs.
|
|
| LastChar |
Gets the value of the last character defined in the font
|
|
| MaxWidth |
Gets the maximum width of glyphs in a font.
|
|
| StemV |
TODO: The thickness, measured horizontally, of the dominant vertical stems of the glyphs in the font.
|
|
| XHeight |
Gets the distance between the baseline and the approximate height of non-ascending lowercase letters.
|