The Font type exposes the following members.

Constructors

  Name Description
Public method Font(String, Double)
Initializes a new instance of a Font object.
Public method Font(String, Double, PdfFontStyle)
Initializes a new instance of a Font object.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Bold
Gets a value that determines whether this font is bold.
Public property Italic
Gets a value that determines whether this font is italic.
Public property Name
Gets the font name.
Public property Size
Gets the font size in points.
Public property Strikeout
Gets a value that determines whether this font has a horizontal line through it.
Public property Style
Gets the font style attributes.
Public property Underline
Gets a value that determines whether this font is underlined.

See Also