weimingtom / processingas

Automatically exported from code.google.com/p/processingas
0 stars 0 forks source link

PFont is not supported #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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