[]
Gets a font that embedded (build-in) to this library.
public static Font GetResourceFont(BuildInFont buildIn)
| Type | Name | Description |
|---|---|---|
| BuildInFont | buildIn | The embedded (build-in) font type (from Adobe Reader). |
| Type | Description |
|---|---|
| Font | The font that embedded to this library or null. |
Gets a font that embedded (build-in) to this library.
public static Font GetResourceFont(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The embedded font name from list: Arial. |
| Type | Description |
|---|---|
| Font | The font that embedded to this library or null. |