Skip to main content

PdfFontDescriptor Members

Provides the PDF font options.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also