Enum FontSavingFormats
FontSavingFormats enumeration
Specifies Font type.
public enum 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
- assembly Aspose.Font