loadFont

Loads a font by its path or retrieves it from the font cache.

Font
loadFont
(
string path
)

Parameters

path string

The path of the font. Note: The path can be a name too, but is required with the font-style suffix. Use retrieveFont for easier access.

Meta