Overload List
| Name | Description | |
|---|---|---|
| Font()()() |
Initializes a new instance of the Font class.
| |
| Font(String, Single) |
Initializes a new instance of the Font class with the specified font name and size.
| |
| Font(String, Int32, Single) |
Initializes a new instance of the Font class with the specified custom font file and size.
| |
| Font(String, Single, FontUnit) |
Initializes a new instance of the Font class with the specified font name, size and unit of measure.
| |
| Font(String, Int32, Single, FontUnit) |
Initializes a new instance of the Font class with the specified custom font file, size and unit of measure.
|