PdfFont Properties

The PdfFont type exposes the following members.

Properties

  NameDescription
Public propertyAscent
Gets the font ascent, expressed in the glyph coordinate system.
Public propertyBold
Gets a value indicating whether this PdfFont is bold.
Public propertyDescent
Gets the font descent, expressed in the glyph coordinate system.
Public propertyEmbedded
Gets a value indicating whether this PdfFont is embedded into the document.
Public propertyEncodingName
Gets the name of this font's encoding.
Public propertyFormat
Gets the format of the font.
Public propertyId
Gets the identifier of this font in this PdfDocument.
Public propertyItalic
Gets a value indicating whether this PdfFont is italic.
Public propertyName
Gets the face name of the font.
Public propertyStrikeout
Gets or sets a value indicating whether this PdfFont specifies a horizontal line through the font.
Public propertySynthesizedBold
Gets or sets a value indicating whether a bold version of this PdfFont is synthesized when needed.
Public propertySynthesizedItalic
Gets or sets a value indicating whether an italic version of this PdfFont is synthesized when needed.
Public propertyTopSideBearing
Gets the vertical distance from the baseline to the top of the font bounding box, expressed in the glyph coordinate system.
Public propertyTransformationMatrix
Gets the transformation matrix used to map coordinates from this font's glyph coordinate system to canvas coordinate system.
Public propertyUnderline
Gets or sets a value indicating whether this PdfFont is underlined.

See Also