FontsLoader class

FontsLoader class

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

The FontsLoader type exposes the following members:

Methods

MethodDescription
load_external_fontsAdds additional folders to seek fonts.
load_external_fontAdds font from the binary data
get_font_foldersGets font folders. Returns folders that have been added with LoadExternalFonts method as well as system font folders
clear_cacheReleases all custom fonts defined by user

See Also