Initializes a new instance of the Font class.
Name | Description | |
---|---|---|
Font(Font) |
Initializes a new instance of the Font class by copying font settings from the specified System.Drawing.Font object. |
|
Font(Font) |
Initializes a new instance of the Font class from the specified existing font. |
|
Font(String, Single) |
Initializes a new instance of the Font class using the specified font name and size. |
|
Font(String, Single, Boolean, Boolean) |
Initializes a new instance of the Font class using the specified font name, size, and values indicating whether it should be bold and/or italic. |