The PdfFont type exposes the following members.
Name | Description | |
---|---|---|
![]() | Ascent |
Gets the font ascent, expressed in the glyph coordinate system.
|
![]() | Bold |
Gets a value indicating whether this PdfFont is bold.
|
![]() | Descent |
Gets the font descent, expressed in the glyph coordinate system.
|
![]() | Embedded |
Gets a value indicating whether this PdfFont is
embedded into the document.
|
![]() | EncodingName |
Gets the name of this font's encoding.
|
![]() | Format |
Gets the format of the font.
|
![]() | Id |
Gets the identifier of this font in this PdfDocument.
|
![]() | Italic |
Gets a value indicating whether this PdfFont is italic.
|
![]() | Name |
Gets the face name of the font.
|
![]() | Strikeout |
Gets or sets a value indicating whether this PdfFont
specifies a horizontal line through the font.
|
![]() | SynthesizedBold |
Gets or sets a value indicating whether a bold version of
this PdfFont is synthesized when needed.
|
![]() | SynthesizedItalic |
Gets or sets a value indicating whether an italic version of
this PdfFont is synthesized when needed.
|
![]() | TopSideBearing |
Gets the vertical distance from the baseline to the top of the font bounding box,
expressed in the glyph coordinate system.
|
![]() | TransformationMatrix |
Gets the transformation matrix used to map coordinates from this font's glyph
coordinate system to canvas coordinate system.
|
![]() | Underline |
Gets or sets a value indicating whether this
PdfFont is underlined.
|