FontSourceType Enum

Wordize.Fonts.FontSourceType enum. Specifies the type of font source.

FontSourceType enumeration

Specifies the type of font source.

public enum FontSourceType

Values

NameValueDescription
FontFile0A FileFontSource object that represents single font file.
FontsFolder1A FolderFontSource object that represents folder with font files.
MemoryFont2A MemoryFontSource object that represents single font in memory.
SystemFonts3A SystemFontSource object that represents all fonts installed to the system.
FontStream4A StreamFontSource object that represents a stream with font data.

See Also