public class FontSources extends java.lang.Object implements IFontSources
Provides file and memory sources for external fonts.
Constructor and Description |
---|
FontSources()
Creates new default font options.
|
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.
|
public final 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.
getFontFolders
in interface IFontSources
public final 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.
setFontFolders
in interface IFontSources
public final byte[][] getMemoryFonts()
A collection of fonts represented as byte arrays.
getMemoryFonts
in interface IFontSources
public final void setMemoryFonts(byte[][] value)
A collection of fonts represented as byte arrays.
setMemoryFonts
in interface IFontSources