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.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(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.
|