PdfFontDescriptor Members
In This Article
#Properties
Name | Description |
---|---|
Ascent | Indicates the maximum height above the baseline reached by glyphs in this font. |
Avg |
Indicates the average width of glyphs in the font. |
Cap |
The vertical coordinate of the top of flat capital letters, measured from the baseline. |
Char |
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. |
Font |
Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box. |
Font |
Indicates the preferred font family name. |
Font |
Indicates the Post |
Font |
Indicates the font stretch value. |
Font |
Indicates the weight (thickness) component of the fully-qualified font name or font specifier. |
Italic |
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. |
Max |
Indicates the maximum width of glyphs in the font. |
Missing |
The width to use for character codes whose widths are not specified in a font dictionary’s Widths array. |
Stem |
Indicates the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font. |
Stem |
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. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also