Click or drag to resize

PdfTrueTypeFont Properties

The PdfTrueTypeFont type exposes the following members.

Properties
Name Description
Public property Bold
Gets a value indicating whether thisis bold.
(Inherited from PdfFontBase .)
Public property Descent
Gets the descent of the font in points.
(Inherited from PdfFontBase .)
Public property Height
Gets the height of the font in points.
(Inherited from PdfFontBase .)
Public property Italic
Gets a value indicating whether thisis italic.
(Inherited from PdfFontBase .)
Public property Name
Gets the name.
(Inherited from PdfFontBase .)
Public property Size
Gets the size.
(Inherited from PdfFontBase .)
Public property Strikeout
Gets a value indicating whether thisis strikeout.
(Inherited from PdfFontBase .)
Public property Style
Gets the style information for this font.
(Inherited from PdfFontBase .)
Public property Underline
Gets a value indicating whether thisis underline.
(Inherited from PdfFontBase .)
Public property Unicode
Gets a value indicating whether thisis unicode.
Top
See Also