FontSourceType enumeration

FontSourceType enumeration

Specifies the type of a font source.

The FontSourceType type exposes the following members:

Fields

Field Description
FONT_FILE represents single font file.
FONTS_FOLDER represents folder with font files.
MEMORY_FONT represents single font in memory.

See Also