I've created a bitmap font per this instruction: http://www.mosync.com/documentation/manualpage/font-tools
But I used Charset: OEM RUSSIAN instead of ANSI, as I need to write in Russian on the screen.
I've checked the generated PNG, the Russian Cyrillic letters are fine there.
The program runs well, but when I try to print some Russian, I see just spaces instead of Russian letters. Latin letters etc. are printed ok.
So the question is: how should I generate the font and provide Russian text to the program so that Russian letters are visible on the screen?
Thank you!
