FontSourceType enumeration
FontSourceType enumeration
Specifies the type of font source.
Members
| Name | Description |
|---|---|
| FontFile | A FileFontSource object that represents single font file. |
| FontsFolder | A FolderFontSource object that represents folder with font files. |
| MemoryFont | A MemoryFontSource object that represents single font in memory. |
| SystemFonts | A SystemFontSource object that represents all fonts installed to the system. |
| FontStream | A StreamFontSource object that represents a stream with font data. |
See Also
- module Aspose.Words.Fonts