FolderFontSource constructor

FolderFontSource(folderPath, scanSubfolders)

Ctor.

FolderFontSource(folderPath: string, scanSubfolders: boolean)
ParameterTypeDescription
folderPathstringPath to folder.
scanSubfoldersbooleanDetermines whether or not to scan subfolders.

FolderFontSource(folderPath, scanSubfolders, priority)

Ctor.

FolderFontSource(folderPath: string, scanSubfolders: boolean, priority: number)
ParameterTypeDescription
folderPathstringPath to folder.
scanSubfoldersbooleanDetermines whether or not to scan subfolders.
prioritynumberFont source priority. See the FontSourceBase.priority property description for more information.

See Also