asposediagram.api

Class FolderFontSource

Represents the folder that contains TrueType font files.

Constructor Summary
FolderFontSource(folderPath, scanSubfolders)
Ctor.
 
Property Getters/Setters Summary
methodgetFolderPath()
Path to fonts folder.
methodgetScanSubFolders()
Determines whether or not to scan the subfolders.
methodgetType()
Returns the type of the font source. The value of the property is FontSourceType integer constant.
 

    • Constructor Detail

      • FolderFontSource

        FolderFontSource(folderPath, scanSubfolders)
        Ctor.
        Parameters:
        folderPath: String - path to fonts folder
        scanSubfolders: boolean - Determines whether or not to scan subfolders.
    • Property Getters/Setters Detail

      • getFolderPath : String 

        String getFolderPath()
        
        Path to fonts folder.
      • getScanSubFolders : boolean 

        boolean getScanSubFolders()
        
        Determines whether or not to scan the subfolders.
      • getType : int 

        int getType()
        
        Returns the type of the font source. The value of the property is FontSourceType integer constant.