Aspose::Font::FontSavingFormats enum
FontSavingFormats enum
Gibt den Font Typ an.
enum class FontSavingFormats
Werte
| Name | Wert | Beschreibung |
|---|---|---|
| TTF | 0 | TTF (TrueType) Font Format. |
| WOFF | 1 | WOFF(Web Open Font Format). |
| WOFF2 | 2 | WOFF-Dateiformat 2.0. |
| SVG | 3 | SVG(Scalable Vector Graphics)Font Format. |
| OTF | 4 | OpenType Font. Das OpenType Font Format ist eine Erweiterung des TrueType Font Formats und fügt Unterstützung für PostScript Font Daten hinzu. |
Siehe auch
- Namespace Aspose::Font
- Library Aspose.Font for C++