FontSourceType Enum
Wordize.Fonts.FontSourceType enum. Specifies the type of font source.
FontSourceType enumeration
Specifies the type of font source.
public enum FontSourceType
Values
| Name | Value | Description |
|---|---|---|
| FontFile | 0 | A FileFontSource object that represents single font file. |
| FontsFolder | 1 | A FolderFontSource object that represents folder with font files. |
| MemoryFont | 2 | A MemoryFontSource object that represents single font in memory. |
| SystemFonts | 3 | A SystemFontSource object that represents all fonts installed to the system. |
| FontStream | 4 | A StreamFontSource object that represents a stream with font data. |
See Also
- namespace Wordize.Fonts
- assembly Wordize