[]
Gets a Font specified by a path.
public Font GetFont(string path)
Public Function GetFont(path As String) As Font
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Type | Description |
|---|---|
| Font | The font specified by |
Gets a Font specified by a path.
public Font GetFont(string path, Font defaultValue)
Public Function GetFont(path As String, defaultValue As Font) As Font
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Font | defaultValue | Used if value at specified path does not exist. |
| Type | Description |
|---|---|
| Font | The font specified by |