Aspose::Font::FontType enum
FontType enum
Specifies Font type.
enum class FontType
Values
Name | Value | Description |
---|---|---|
TTF | 0 | TTF (TrueType) Font type and related. |
Type1 | 1 | Type1Font type. |
CFF | 2 | CFF (Compact font format) Font type. |
OTF | 3 | OpenType Font. OpenType Font format is an extension of the TrueType Font format, adding support for PostScript Font data. |
See Also
- Namespace Aspose::Font
- Library Aspose.Font for C++