FontSources
FontSources class
Provides file and memory sources for external fonts.
FontSources
| Name | Description |
|---|
| FontSources() | Creates new default font options. |
Returns:
FontSources
getFontFolders
| Name | Description |
|---|
| getFontFolders () | Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched. |
Returns:
String
getMemoryFonts
| Name | Description |
|---|
| getMemoryFonts () | A collection of fonts represented as byte arrays. |
Returns:
byte
setFontFolders
| Name | Description |
|---|
| setFontFolders (java.lang.String[]) | Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched. |
setMemoryFonts
| Name | Description |
|---|
| setMemoryFonts (byte[][]) | A collection of fonts represented as byte arrays. |