loadFonts

Loads fonts within a specific folder. Supports .ttf and .ttc file extensions. It also looks through sub-folders.

void
loadFonts
(
string path
)

Parameters

path string

The path of the folder that contains the fonts.

Meta