FontsLoader

FontsLoader class

Class for loading custom fonts defined by user. Should be used before creating any presentation objects.

public sealed class FontsLoader : IFontsLoader

Methods

NameDescription
static ClearCache()Releases all custom fonts defined by user
static GetFontFolders()Gets font folders. Returns folders that have been added with LoadExternalFonts method as well as system font folders
static LoadExternalFont(byte[])Adds font from the binary data
static LoadExternalFonts(string[])Adds additional folders to seek fonts.

See Also