[]
Gets a Font specified by a path.
public Font GetFont(string path)
| 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)
| 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 |