Aspose::Cells::FontSourceType enum
FontSourceType enum
Specifies the type of a font source.
enum class FontSourceType
Values
| Name | Value | Description |
|---|---|---|
| FontFile | 0 | represents a single font file. |
| FontsFolder | 1 | Represents a folder with font files. |
| MemoryFont | 2 | Represents a single font in memory. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++