[]
Gets a Font obtained by the merging of the default font and font specified by a path.
public Font GetMergedFont(string path, Font defaultValue)
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Font | defaultValue | Specified font. |
| Type | Description |
|---|---|
| Font | The font obtained by the merging of the |