asposecells.api

Class FileFontSource

Represents the single TrueType font file stored in the file system.

Constructor Summary
FileFontSource(filePath)
Ctor.
 
Property Getters/Setters Summary
methodgetFilePath()
Path to font file.
methodgetType()
Returns the type of the font source. The value of the property is FontSourceType integer constant.
 

    • Constructor Detail

      • FileFontSource

        FileFontSource(filePath)
        Ctor.
        Parameters:
        filePath: String - path to font file
    • Property Getters/Setters Detail

      • getFilePath : String 

        String getFilePath()
        
        Path to font file.
      • getType : int 

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