FolderFontSource
Contents
[
Hide
]FolderFontSource class
Represents the folder that contains TrueType font files.
Constructors
| Name | Description |
|---|---|
| FolderFontSource | Ctor. |
Properties
| Name | Type | Description |
|---|---|---|
| FolderPath | String | Path to fonts folder. |
| ScanSubFolders | boolean | Determines whether or not to scan the subfolders. |
| Type | int | Returns the type of the font source. The value of the property is FontSourceType integer constant. |
FolderFontSource(folderPath, scanSubfolders)
Ctor.
| Parameter | Type | Description |
|---|---|---|
| folderPath | String | path to fonts folder |
| scanSubfolders | boolean | Determines whether or not to scan subfolders. |
FolderFontSource.FolderPath property
Path to fonts folder.
Type: String
FolderFontSource.ScanSubFolders property
Determines whether or not to scan the subfolders.
Type: boolean
FolderFontSource.Type property
Returns the type of the font source. The value of the property is FontSourceType integer constant.
Type: int