PFont font; void setup() { size(600, 600); font = loadFont ("Txt-48.vlw"); textFont(font, 48); smooth(); } void draw() { float tsize = 48; textFont(font, tsize); fill (0,0,0,70); rect (0,0,width, height); for (int x=0; x