S
Steve
Hi,
Previously I was trying to read a unicode file (with Arabic/Farsi
characters) and display the characters in a mobile device (I was
developing the application in J2ME).
I discovered (thanks to this forum) that the device must support the
font or else the text cannot be displayed.
I am now interested in another expirement (something someone hinted some
time ago). Creating my own bitmap font implementation and using that to
display characters (by drawing them using graphic methods). However, I
am completely clueless as to where to start. I know this is not a Font
forum but if anyone could help me with some direction as to where I
should start. How does one create bitmap fonts in Java and how do I
translate unicode characters to bitmap implementations.
Any example or code would be much, much, much appreciated. Also, what is
the best way of encoding a file with Farsi/Arabic text? I don't want
people to be able to unjar my .jar file and simply read of text easily
from the files.
Please, any help would be much appreciated.
regards,
Steve
Previously I was trying to read a unicode file (with Arabic/Farsi
characters) and display the characters in a mobile device (I was
developing the application in J2ME).
I discovered (thanks to this forum) that the device must support the
font or else the text cannot be displayed.
I am now interested in another expirement (something someone hinted some
time ago). Creating my own bitmap font implementation and using that to
display characters (by drawing them using graphic methods). However, I
am completely clueless as to where to start. I know this is not a Font
forum but if anyone could help me with some direction as to where I
should start. How does one create bitmap fonts in Java and how do I
translate unicode characters to bitmap implementations.
Any example or code would be much, much, much appreciated. Also, what is
the best way of encoding a file with Farsi/Arabic text? I don't want
people to be able to unjar my .jar file and simply read of text easily
from the files.
Please, any help would be much appreciated.
regards,
Steve