OptionalgetThe URL of the font to check.
The load status of the font.
Retrieves a font based on the provided key. The key can be a font name, a size, or both separated by a comma. If the size is missing, the font name must be one of the system fonts. If the font name is missing, it will use the system default font.
The key representing the font name and/or size.
The font object if found, otherwise undefined.
Resolves a font key to fontUri and fontSize for ISGNSimpleLabel.
Uses the same key rules as getFontWithKey. If the resolved font has no
positive size (e.g. system font with implicit size), size defaults to 36.
Font key (uri,size, system name, etc.).
[fontUri, fontSize], or undefined if the key does not resolve to a font with a usable URI.
OptionalonSubscribes to font load events.
Function called when a font load completes (success or failure).
OptionalremoveRemoves a font load listener.
The callback function to remove.
Gets the load status of a font.