RiTa
index
Name loadFont()
Class RiText
Description Returns the font specified after loading it and setting it as the the current font.
Syntax
loadFont(fontFileName);
loadFont(fontFileName, size);
Returns processing.core.PFont
Usage Web & Application
Related