PFont font; void setup() { size(600, 600); font = loadFont ("Txt-48.vlw"); textFont(font, 320); smooth(); } void draw() { float tsize = 48; textFont(font, tsize); /* for (int x=0; x