Class FolderFontSource

FolderFontSource class

Represents the folder that contains TrueType font files.

public class FolderFontSource : FontSourceBase

Constructors

NameDescription
FolderFontSource(string, bool)Ctor.

Properties

NameDescription
FolderPath { get; }Path to fonts folder.
ScanSubFolders { get; }Determines whether or not to scan the subfolders.
override Type { get; }Returns the type of the font source.

See Also