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 | OTF (OpenType) Font format |