FontFormat

FontFormat enumeration

Represents all font formats, which may be present in the UsedFontInfo class

public enum FontFormat : byte

Values

Name Value Description
Unknown 0 Unknown or invalid font format
TrueTypeFont 1 TrueType font format (TTF)
OpenTypeFont 2 OpenType font format (OTF)
TrueTypeCollection 3 TrueType Collection font format (TTC)
EmbeddedOpenType 4 Embedded OpenType font format (EOT)

See Also