| Constructor Summary |
|---|
IndividualFontConfigs()
Ctor. |
| Method Summary | ||
|---|---|---|
method | getFontSources() | |
Gets a copy of the array that contains the list of sources
|
||
method | setFontFolder(fontFolder, recursive) | |
Sets the fonts folder
|
||
method | setFontFolders(fontFolders, recursive) | |
Sets the fonts folders
|
||
method | setFontSources(sources) | |
Sets the fonts sources.
|
||
setFontFolder(fontFolder, recursive)
fontFolder: String - The folder that contains TrueType fonts.recursive: boolean - Determines whether or not to scan subfolders.setFontFolders(fontFolders, recursive)
fontFolders: String[] - The folders that contains TrueType fonts.recursive: boolean - Determines whether or not to scan subfolders.setFontSources(sources)
sources: FontSourceBase[] - An array of sources that contain TrueType fonts.FontSourceBase[] getFontSources()