FileFontSource

FileFontSource class

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

Constructors

NameDescription
FileFontSourceCtor.

Properties

NameTypeDescription
FilePathStringPath to font file.
TypeintReturns the type of the font source. The value of the property is FontSourceType integer constant.

FileFontSource(filePath)

Ctor.

ParameterTypeDescription
filePathStringpath to font file

FileFontSource.FilePath property

Path to font file.

Type: String

FileFontSource.Type property

Returns the type of the font source. The value of the property is FontSourceType integer constant.

Type: int