public interface IFontSources
Provides file and memory sources for external fonts.
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFontFolders()
Folders containing font files.
|
byte[][] |
getMemoryFonts()
A collection of fonts represented as byte arrays.
|
void |
setFontFolders(java.lang.String[] value)
Folders containing font files.
|
void |
setMemoryFonts(byte[][] value)
A collection of fonts represented as byte arrays.
|
java.lang.String[] getFontFolders()
Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.
void setFontFolders(java.lang.String[] value)
Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.
byte[][] getMemoryFonts()
A collection of fonts represented as byte arrays.
void setMemoryFonts(byte[][] value)
A collection of fonts represented as byte arrays.