PDA

View Full Version : Characters



Jonne
06-11-2005, 04:25 PM
Hello.

Is it possible use chars like AŹ§ and AŹ? with OmegaBitmapFont?

czar
06-11-2005, 06:52 PM
Not easily. By default it only does characters from 32 to 127. I had alter one file so that it would do to 255 for that very reason.

Firlefanz
07-11-2005, 07:15 AM
Or you could do a very simple workaround. there are other chars supported like _; etc.

You could find some you don't need, then in your text replace the "A," with the "_" for example, and in the image for the "_" you have an "A," image. No problem with that.

Firle

savage
07-11-2005, 11:08 AM
I'm probably stating the obvious here, but couldn't the OmegaBitmapFont class be extended to handle more fonts, maybe even Unicode? Does Omega have a TrueType Font class?

czar
07-11-2005, 06:49 PM
Omega has bitmap fonts and d3dfont which I believe end up as bitmap fonts also. Omega's font support is below par in my opinion.