FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   öäü
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: öäü  (Read 1662 times)
Stephen


öäü
« on: Jul 31st, 2004, 11:43pm »

Hello
 
I get the following error whilst entering german umlaut charactors...
 
 
Error while running applet.
 
java.lang.ArrayIndexOutOfBoundsException: 203
 
 at BFont.width(BFont.java:477)
 
 at BFont.width(BFont.java:495)
 
 at Temporary_7933_1073.loop(Temporary_7933_1073.java:49)
 
 at BApplet.nextFrame(BApplet.java:434)
 
 at BApplet.run(BApplet.java:369)
 
 at java.lang.Thread.run(Thread.java:536)
 
 
 
 
text(buff,(width-font.width(buff))/2, (height)/2);
 
 
 
Regrads,
Stephen
 
fry


WWW
Re: öäü
« Reply #1 on: Aug 4th, 2004, 8:00pm »

did you generate the font yourself? (using "create font" in the sketch menu) you'll need to, in order to get umlauts to work.  
 
that said, there were some bugs in text that have been fixed for the next rev, which will take care of this, if it's not the issue above.
 
Pages: 1 

« Previous topic | Next topic »