Font Constructor
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Font(Font, FontStyle) | Initializes a new Font that uses the specified existing Font and FontStyle enumeration. |
|
Font(FontFamily, Single) | Initializes a new Font using a specified size. |
|
Font(String, Single) | Initializes a new Font using a specified size. |
|
Font(FontFamily, Single, FontStyle) | Initializes a new Font using a specified size and style. |
|
Font(FontFamily, Single, GraphicsUnit) | Initializes a new Font using a specified size and unit. Sets the style to FontStyle.Regular. |
|
Font(String, Single, FontStyle) | Initializes a new Font using a specified size and style. |
|
Font(String, Single, GraphicsUnit) | Initializes a new Font using a specified size and unit. The style is set to FontStyle.Regular. |
|
Font(FontFamily, Single, FontStyle, GraphicsUnit) | Initializes a new Font using a specified size, style, and unit. |
|
Font(String, Single, FontStyle, GraphicsUnit) | Initializes a new Font using a specified size, style, and unit. |
|
Font(FontFamily, Single, FontStyle, GraphicsUnit, Byte) | Initializes a new Font using a specified size, style, unit, and character set. |
|
Font(String, Single, FontStyle, GraphicsUnit, Byte) | Initializes a new Font using a specified size, style, unit, and character set. |
|
Font(FontFamily, Single, FontStyle, GraphicsUnit, Byte, Boolean) | Initializes a new Font using a specified size, style, unit, and character set. |
|
Font(String, Single, FontStyle, GraphicsUnit, Byte, Boolean) | Initializes a new Font using the specified size, style, unit, and character set. |