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