By Jehvi
Date 2009-12-04 01:06
Hi!
I have urgent project that i tried to do with Rubygame, but it hangs when i use TTF fonts.
I just found Gosu, and it works like charm.. however.. when i write Finnish text into screen with it,
it's not displaying 'ä', 'ö' or 'Ä' and 'Ö' letters. even if the fontfile has them..
Help is needed!! I really need to use these letters with Gosu::Font
By jlnr (dev)
Date 2009-12-04 08:33
What version of Ruby are you using? Maybe Ruby 1.9 with an encoding other than UTF-8? And on which platform?
I often use Gosu with German text, and some people even use it for Thai, there should be no problem :)
Loading...