Aspose::Font::FontSavingFormats enum
FontSavingFormats enum
Specifies Font type.
enum class FontSavingFormats
Values
| Name | Value | Description | 
|---|---|---|
| TTF | 0 | TTF (TrueType) Font format. | 
| WOFF | 1 | WOFF(Web Open Font Format). | 
| WOFF2 | 2 | WOFF File Format 2.0. | 
| SVG | 3 | SVG(Scalable Vector Graphics)Font format. | 
| OTF | 4 | 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++