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