loadFont

Loads a font from a specific file. Supports .ttf and .ttc file extensions.

ExternalFont
loadFont
(
string path
)

Parameters

path string

The path of the font file.

Return Value

Type: ExternalFont

The loaded font.

Meta