|
| Name | Description |
|---|
.gif) .gif) | Font(IntPtr) | Infrastructure. Initializes a new Font using the specified pointer |
.gif) | Font(Font, FontStyle) | Initializes a new Font that uses the specified existing Font and FontStyle enumeration. |
.gif) | Font(FontFamily, Single) | Initializes a new Font using a specified size. |
.gif) | Font(String, Single) | Initializes a new Font using a specified size. |
.gif) .gif) | Font(FontFamily, Single, FontStyle) | Initializes a new Font using a specified size and style. |
.gif) | Font(FontFamily, Single, GraphicsUnit) | Initializes a new Font using a specified size and unit. Sets the style to FontStyle..::.Regular. |
.gif) .gif) | Font(String, Single, FontStyle) | Initializes a new Font using a specified size and style. |
.gif) | Font(String, Single, GraphicsUnit) | Initializes a new Font using a specified size and unit. The style is set to FontStyle..::.Regular. |
.gif) | Font(FontFamily, Single, FontStyle, GraphicsUnit) | Initializes a new Font using a specified size, style, and unit. |
.gif) | Font(String, Single, FontStyle, GraphicsUnit) | Initializes a new Font using a specified size, style, and unit. |
.gif) | Font(FontFamily, Single, FontStyle, GraphicsUnit, Byte) | Initializes a new Font using a specified size, style, unit, and character set. |
.gif) | Font(String, Single, FontStyle, GraphicsUnit, Byte) | Initializes a new Font using a specified size, style, unit, and character set. |
.gif) | Font(FontFamily, Single, FontStyle, GraphicsUnit, Byte, Boolean) | Initializes a new Font using a specified size, style, unit, and character set. |
.gif) | Font(String, Single, FontStyle, GraphicsUnit, Byte, Boolean) | Initializes a new Font using the specified size, style, unit, and character set. |