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

ValueDescription
TTFRepresents the TrueType font format
OTFRepresents the OpenType font format
CFFRepresents the Compact Font Format used in OpenType CFF fonts
TYPE1Represents the PostScript Type 1 font format
TYPE1_PFARepresents the Type 1 font in ASCII (PFA) representation
WOFFRepresents the Web Open Font Format for web fonts
WOFF2Represents the compressed Web Open Font Format version 2
EOTRepresents the Embedded OpenType font format used by older Internet Explorer

See Also