Enum FontSavingFormats

FontSavingFormats enumeration

Specifies Font type.

public enum FontSavingFormats

Values

NameValueDescription
TTF0TTF (TrueType) Font format.
WOFF1WOFF(Web Open Font Format).
WOFF22WOFF File Format 2.0
SVG3SVG(Scalable Vector Graphics) Font format
OTF4OpenType Font. OpenType Font format is an extension of the TrueType Font format, adding support for PostScript Font data.

See Also