FileFontSource
FileFontSource class
Represents the single TrueType font file stored in the file system.
Constructors
| Name | Description |
|---|---|
| FileFontSource | Ctor. |
Properties
| Name | Type | Description |
|---|---|---|
| FilePath | String | Path to font file. |
| Type | int | Returns the type of the font source. The value of the property is FontSourceType integer constant. |
FileFontSource(filePath)
Ctor.
| Parameter | Type | Description |
|---|---|---|
| filePath | String | path to font file |
FileFontSource.FilePath property
Path to font file.
Type: String
FileFontSource.Type property
Returns the type of the font source. The value of the property is FontSourceType integer constant.
Type: int