The example with PFont does not work:
http://processing.org/reference/PFont.html
PFont font;
// The font must be located in the sketch's
// "data" directory to load successfully
font = loadFont("FFScala-32.vlw");
textFont(font, 32);
text("word", 15, 50);
Original issue reported on code.google.com by willchi...@googlemail.com on 11 Nov 2009 at 4:37
Original issue reported on code.google.com by
willchi...@googlemail.com
on 11 Nov 2009 at 4:37