FolderFontSource constructor
FolderFontSource(folderPath, scanSubfolders)
Ctor.
FolderFontSource(folderPath: string, scanSubfolders: boolean)
| Parameter | Type | Description | 
|---|---|---|
| folderPath | string | Path to folder. | 
| scanSubfolders | boolean | Determines whether or not to scan subfolders. | 
FolderFontSource(folderPath, scanSubfolders, priority)
Ctor.
FolderFontSource(folderPath: string, scanSubfolders: boolean, priority: number)
| Parameter | Type | Description | 
|---|---|---|
| folderPath | string | Path to folder. | 
| scanSubfolders | boolean | Determines whether or not to scan subfolders. | 
| priority | number | Font source priority. See the FontSourceBase.priority property description for more information. | 
See Also
- module Aspose.Words.Fonts
 - class FolderFontSource