FileFontSource
FileFontSource constructor. Ctor.
FileFontSource(string)
Ctor.
public FileFontSource(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Path to font file. |
See Also
- class FileFontSource
- namespace Wordize.Fonts
- assembly Wordize
FileFontSource(string, int)
Ctor.
public FileFontSource(string filePath, int priority)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Path to font file. |
| priority | Int32 | Font source priority. See the Priority property description for more information. |
See Also
- class FileFontSource
- namespace Wordize.Fonts
- assembly Wordize
FileFontSource(string, int, string)
Ctor.
public FileFontSource(string filePath, int priority, string cacheKey)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Path to font file. |
| priority | Int32 | Font source priority. See the Priority property description for more information. |
| cacheKey | String | The key of this source in the cache. See CacheKey property description for more information. |
See Also
- class FileFontSource
- namespace Wordize.Fonts
- assembly Wordize