FolderFontSource

FolderFontSource class

Represents the folder that contains TrueType font files.

Constructors

NameDescription
FolderFontSourceCtor.

Properties

NameTypeDescription
FolderPathStringPath to fonts folder.
ScanSubFoldersbooleanDetermines whether or not to scan the subfolders.
TypeintReturns the type of the font source. The value of the property is FontSourceType integer constant.

FolderFontSource(folderPath, scanSubfolders)

Ctor.

ParameterTypeDescription
folderPathStringpath to fonts folder
scanSubfoldersbooleanDetermines whether or not to scan subfolders.

FolderFontSource.FolderPath property

Path to fonts folder.

Type: String

FolderFontSource.ScanSubFolders property

Determines whether or not to scan the subfolders.

Type: boolean

FolderFontSource.Type property

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

Type: int