FontSourceType enumeration

FontSourceType enumeration

Specifies the type of font source.

Members

NameDescription
FontFileA FileFontSource object that represents single font file.
FontsFolderA FolderFontSource object that represents folder with font files.
MemoryFontA MemoryFontSource object that represents single font in memory.
SystemFontsA SystemFontSource object that represents all fonts installed to the system.
FontStreamA StreamFontSource object that represents a stream with font data.

See Also