The Font type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Font(String, Double) |
Initializes a new instance of a Font object.
|
|
Font(String, Double, PdfFontStyle) |
Initializes a new instance of a Font object.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Bold |
Gets a value that determines whether this font is bold.
|
|
Italic |
Gets a value that determines whether this font is italic.
|
|
Name |
Gets the font name.
|
|
Size |
Gets the font size in points.
|
|
Strikeout |
Gets a value that determines whether this font has a horizontal line through it.
|
|
Style |
Gets the font style attributes.
|
|
Underline |
Gets a value that determines whether this font is underlined.
|