Back to Devexpress

PdfFontDescriptor Members

officefileapi-devexpress-dot-pdf-dot-pdffontdescriptor-dot-underscore-members.md

latest5.2 KB
Original Source

PdfFontDescriptor Members

Provides the PDF font options.

Properties

NameDescription
AscentIndicates the maximum height above the baseline reached by glyphs in this font.
AvgWidthIndicates the average width of glyphs in the font.
CapHeightThe vertical coordinate of the top of flat capital letters, measured from the baseline.
CharSetIndicates the character names defined in a font subset.
CIDMappingProvides access to a dictionary identifying which CIDs are present in the CIDFont file.
DescentIndicates the maximum depth below the baseline reached by glyphs in this font.
FlagsProvides access to a collection of flags defining various characteristics of the font.
FontBBoxIndicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box.
FontFamilyIndicates the preferred font family name.
FontNameIndicates the PostScript name of the font.
FontStretchIndicates the font stretch value.
FontWeightIndicates the weight (thickness) component of the fully-qualified font name or font specifier.
ItalicAngleThe angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font.
LeadingIndicates the spacing between baselines of consecutive lines of text.
MaxWidthIndicates the maximum width of glyphs in the font.
MissingWidthThe width to use for character codes whose widths are not specified in a font dictionary’s Widths array.
StemHIndicates the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font.
StemVIndicates the thickness, measured horizontally, of the dominant vertical stems of glyphs in the font.
XHeightIndicates 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

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

PdfFontDescriptor Class

DevExpress.Pdf Namespace