com.aspose.diagram

Class IndividualFontConfigs

  • java.lang.Object
    • com.aspose.diagram.IndividualFontConfigs
public class IndividualFontConfigs 
extends java.lang.Object

Font configs for each Diagram object.

Constructor Summary
 
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: