com.aspose.diagram
Class IndividualFontConfigs

java.lang.Object
    extended by com.aspose.diagram.IndividualFontConfigs

public class IndividualFontConfigs 
extends java.lang.Object

Font configs for each Diagram object.


Constructor Summary
IndividualFontConfigs()
           Ctor.
 
Method Summary
com.aspose.diagram.FontSourceBase[]getFontSources()
           Gets a copy of the array that contains the list of sources
voidsetFontFolder(java.lang.String fontFolder, boolean recursive)
           Sets the fonts folder
voidsetFontFolders(java.lang.String[] fontFolders, boolean recursive)
           Sets the fonts folders
voidsetFontSources(com.aspose.diagram.FontSourceBase[] sources)
           Sets the fonts sources.
 

Constructor Detail

IndividualFontConfigs

public IndividualFontConfigs()
Ctor.

Method Detail

setFontFolder

public void setFontFolder(java.lang.String fontFolder, boolean recursive)
Sets the fonts folder
Parameters:
fontFolder - The folder that contains TrueType fonts.
recursive - Determines whether or not to scan subfolders.

setFontFolders

public void setFontFolders(java.lang.String[] fontFolders, boolean recursive)
Sets the fonts folders
Parameters:
fontFolders - The folders that contains TrueType fonts.
recursive - Determines whether or not to scan subfolders.

setFontSources

public void setFontSources(com.aspose.diagram.FontSourceBase[] sources)
Sets the fonts sources.
Parameters:
sources - An array of sources that contain TrueType fonts.

getFontSources

public com.aspose.diagram.FontSourceBase[] getFontSources()
Gets a copy of the array that contains the list of sources
Returns:

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.