FolderFontSource
FolderFontSource constructor. Ctor.
FolderFontSource(string, bool)
Ctor.
public FolderFontSource(string folderPath, bool scanSubfolders)
| Parameter | Type | Description |
|---|---|---|
| folderPath | String | Path to folder. |
| scanSubfolders | Boolean | Determines whether or not to scan subfolders. |
See Also
- class FolderFontSource
- namespace Wordize.Fonts
- assembly Wordize
FolderFontSource(string, bool, int)
Ctor.
public FolderFontSource(string folderPath, bool scanSubfolders, int priority)
| Parameter | Type | Description |
|---|---|---|
| folderPath | String | Path to folder. |
| scanSubfolders | Boolean | Determines whether or not to scan subfolders. |
| priority | Int32 | Font source priority. See the Priority property description for more information. |
See Also
- class FolderFontSource
- namespace Wordize.Fonts
- assembly Wordize