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