Font problems
in
Integration and Hardware
•
2 years ago
I am having a big problem with fonts. When I run the application in Processing it works. But when I try to run the applet or standalone application the JVM crashes with "Could not load font...". I have created a custom font with Tools -> Create Font and it is placed in the sketchfolder/data. I have put PFont nekFontAfter all the imports in the sketch. And this into setup: nekFont = loadFont("ArialMini.vlw"); I am running the latest version of Processing on Mac OS 10.6.4. Any ideas what could be wrong?
1