We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Do I have to use all the text syntax or just a few?
What's I3?
Can you post an example sketch where you are trying to change a font?
My question is referring to the PFont in the Typography category of Processing syntax. =]
Look at the PFont examples:
You have to use either:
Then you need to call textFont().
The loadFont() function constructs a new font and textFont() makes a font active.
Finally, display with text().
Answers
What's I3?
Can you post an example sketch where you are trying to change a font?
My question is referring to the PFont in the Typography category of Processing syntax. =]
Look at the PFont examples:
You have to use either:
Then you need to call textFont().
Finally, display with text().