com.aspose.cells

Class FileFontSource

public class FileFontSource 
extends FontSourceBase

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

Constructor Summary
FileFontSource(java.lang.StringfilePath)
Ctor.
 
Property Getters/Setters Summary
java.lang.StringgetFilePath()
Path to font file.
intgetType()
Returns the type of the font source. The value of the property is FontSourceType integer constant.
 

    • Constructor Detail

      • FileFontSource

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

      • getFilePath

        public java.lang.String getFilePath()
        
        Path to font file.
      • getType

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