FolderFontSource

FolderFontSource constructor. Ctor.

FolderFontSource(string, bool)

Ctor.

public FolderFontSource(string folderPath, bool scanSubfolders)
ParameterTypeDescription
folderPathStringPath to folder.
scanSubfoldersBooleanDetermines whether or not to scan subfolders.

See Also


FolderFontSource(string, bool, int)

Ctor.

public FolderFontSource(string folderPath, bool scanSubfolders, int priority)
ParameterTypeDescription
folderPathStringPath to folder.
scanSubfoldersBooleanDetermines whether or not to scan subfolders.
priorityInt32Font source priority. See the Priority property description for more information.

See Also