Cannot find font file
in
Integration and Hardware
•
2 years ago
I'm using Processing 1.2.1 but I am getting an error at the load font instruction,
font = loadFont("MaturaMTScriptCapitals-48.vlw"); (inside the Draw() method)
saying that the font file could not be found. I checked and the file, "MaturaMTScriptCapitals-48.vlw" is present in the data folder of the
sketch. Also I get this error only when I run the
sketch on my 64 bit windows OS but when I try to execute in on a system with 32 bit Windows version, it works fine. Would the type of OS effect the execution of the
sketch? I am not sure about the reason of this error thus request you all to please advise me on the same.
1