Trouble With Typography
in
Processing with Other Languages
•
3 years ago
I'm trying to display some text but I keep getting an error message saying that the .vlw file may not be in the data folder, which it is. Here's the code. Any suggestions? Thanks.
-C
PFont font = loadFont("ArialUnicode-48.vlw");
textFont(font);
fill(0);
text("R", 0, 50);
-C
PFont font = loadFont("ArialUnicode-48.vlw");
textFont(font);
fill(0);
text("R", 0, 50);
1