PdfFontDescriptor Properties
Provides the PDF font options.| Name | Description |
|---|---|
| Ascent | Indicates the maximum height above the baseline reached by glyphs in this font. |
| AvgWidth | Indicates the average width of glyphs in the font. |
| CapHeight | The vertical coordinate of the top of flat capital letters, measured from the baseline. |
| CharSet | Indicates the character names defined in a font subset. |
| CIDMapping | Provides access to a dictionary identifying which CIDs are present in the CIDFont file. |
| Descent | Indicates the maximum depth below the baseline reached by glyphs in this font. |
| Flags | Provides access to a collection of flags defining various characteristics of the font. |
| FontBBox | Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box. |
| FontFamily | Indicates the preferred font family name. |
| FontName | Indicates the PostScript name of the font. |
| FontStretch | Indicates the font stretch value. |
| FontWeight | Indicates the weight (thickness) component of the fully-qualified font name or font specifier. |
| ItalicAngle | The angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font. |
| Leading | Indicates the spacing between baselines of consecutive lines of text. |
| MaxWidth | Indicates the maximum width of glyphs in the font. |
| MissingWidth | The width to use for character codes whose widths are not specified in a font dictionary’s Widths array. |
| StemH | Indicates the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font. |
| StemV | Indicates the thickness, measured horizontally, of the dominant vertical stems of glyphs in the font. |
| XHeight | Indicates the font’s X-height: the vertical coordinate of the top of flat nonascending lowercase letters (like the letter x), measured from the baseline, in fonts that have Latin characters. |
See Also