FontType
Overview
FontType is a enum in Aspose.Font FOSS for Python.
FontType.TTF represents the TrueType font format.
This enumeration defines 8 values: TTF, OTF, CFF, TYPE1, TYPE1_PFA, WOFF, WOFF2, EOT.
Values
| Value | Description |
|---|---|
TTF | Represents the TrueType font format |
OTF | Represents the OpenType font format |
CFF | Represents the Compact Font Format used in OpenType CFF fonts |
TYPE1 | Represents the PostScript Type 1 font format |
TYPE1_PFA | Represents the Type 1 font in ASCII (PFA) representation |
WOFF | Represents the Web Open Font Format for web fonts |
WOFF2 | Represents the compressed Web Open Font Format version 2 |
EOT | Represents the Embedded OpenType font format used by older Internet Explorer |