Aspose::Font::FontType enum
FontType enum
Specifica il tipo di Font.
enum class FontType
Valori
| Nome | Valore | Descrizione |
|---|---|---|
| TTF | 0 | Tipo TTF (TrueType) Font e correlati. |
| Type1 | 1 | Type1Font tipo. |
| CFF | 2 | Tipo CFF (Compact font format) Font. |
| OTF | 3 | OpenType Font. Il formato OpenType Font è un’estensione del formato TrueType Font, aggiungendo il supporto per i dati PostScript Font. |
Vedi anche
- Namespace Aspose::Font
- Library Aspose.Font for C++