selectFont

Selects and caches the font of your choosing.

Remember: You must flush the cache before choosing a new font.

This is done because all fonts are different. It would create garbage data on screen without this.

void
selectFont
(
string font
)

Meta