The static class that loads font files.
Methods
- Loads the given font family from the given filename
Returns:
Type Description boolean Whether all fonts are done loading - Loads the given font family from the given filename
Name Type Description family
string The name of the font family to load filename
string The name of the filename to load from - Makes a full url from filename with extension
Name Type Description filename
string The name of the font file Returns:
Type Description string Full url including folder + filename + extension - Start the load process for the font family at the given url
Name Type Description family
string The name of the font family to start loading url
string Full url of the font file, including folder + filename + extension - Throws a retry screen error if a font could not be loaded
Name Type Description family
string The font family that caused the error Throws:
A retry screen error