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_fonts(directories)Adds additional folders to seek fonts.
load_external_font(data)Adds font from the binary data
get_font_folders()Gets font folders. Returns folders that have been added with LoadExternalFonts method as well as system font folders
clear_cache()Releases all custom fonts defined by user

See Also