FontFile provides a quick way to add a single additional font to the system. The system will load and scan
all provided FontFiles to extract all the required metadata during initialization.
For a production system we recommend building a FontIndex of all available fonts, which enables
the system to load only fonts that are actually needed.
FontFile
provides a quick way to add a single additional font to the system. The system will load and scan all providedFontFile
s to extract all the required metadata during initialization.For a production system we recommend building a FontIndex of all available fonts, which enables the system to load only fonts that are actually needed.