We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
loadFont() (Read 346 times)
loadFont()
Jul 12th, 2006, 12:53pm
 
HEllo,
We have been using loadFont instead of createFont for our applet as createFont mandates the applet to have speccial permissions. (do not want to edit policy file)
Things worked well until the 115 version of perocessing where loadFont fails with error

java.lang.RuntimeException: Could not load font Univers55.vlw.gz. Make sure that the font has been copied to the data folder of your sketch

Is this abug? what is the work around? I want to use core -115 so i can save images as png

thank you
Sameer
Re: loadFont()
Reply #1 - Jul 12th, 2006, 3:54pm
 
try gunzip-ing the file to give you just Univers55.vlw and load that instead.
Page Index Toggle Pages: 1