[]
Gets the corresponding GDI+ font.
Font ToGdiFont(Font font, bool useDefault = false)
Function ToGdiFont(font As Font, Optional useDefault As Boolean = False) As Font
| Type | Name | Description |
|---|---|---|
| Font | font | The font data. |
| bool | useDefault |
|
| Type | Description |
|---|---|
| Font | A Font object represents the corresponding GDI+ font. |