asposediagram.api

Class IndividualFontConfigs

Font configs for each Diagram object.

Constructor Summary
 
Method Summary
methodgetFontSources()
Gets a copy of the array that contains the list of sources
methodsetFontFolder(fontFolder, recursive)
Sets the fonts folder
methodsetFontFolders(fontFolders, recursive)
Sets the fonts folders
methodsetFontSources(sources)
Sets the fonts sources.
 

    • Constructor Detail

      • IndividualFontConfigs

        IndividualFontConfigs()
        Ctor.
    • Method Detail

      • setFontFolder

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

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

         setFontSources(sources)
        Sets the fonts sources.
        Parameters:
        sources: FontSourceBase[] - An array of sources that contain TrueType fonts.
      • getFontSources

        FontSourceBase[] getFontSources()
        Gets a copy of the array that contains the list of sources
        Returns: