RiTa
index
Name createFont()
Class RiText
Description Creates (and caches) the font for this object from a System font (via PApplet.createFont()). Note: this is not a good idea for web-applets as the user's machine must have the specified font.
Syntax
createFont(fontName, sz);
Returns void
Usage Web & Application
Related