Enum FontSourceType

FontSourceType enumeration

Specifies the type of a font source.

public enum FontSourceType

Values

NameValueDescription
FontFile0represents single font file.
FontsFolder1represents folder with font files.
MemoryFont2represents single font in memory.

See Also