Enum FontType

FontType enumeration

Specifies Font type.

public enum FontType

Values

NameValueDescription
TTF0TTF (TrueType) Font type and related.
Type11Type1 Font type.
CFF2CFF (Compact font format) Font type.
OTF3OpenType Font. OpenType Font format is an extension of the TrueType Font format, adding support for PostScript Font data.

See Also