I want to put book written in Urdu language over mobile in j2me
Urdu is written from Right to Left.(Right Align)
I have book available in Unicode form
I don't want to convert it into image. because i also give user facility to change text color, etc.Further more if the person donot want to show some thing in chapter he should have the facility.
What is the right approach,
I decided that i put text in any control and can make it visible, color change and change font etc.
I donot want to go to low level like draw string. that would take lots of time.
Is there any control either in j2me that can make the text right align
Urdu is written from Right to Left.(Right Align)
I have book available in Unicode form
I don't want to convert it into image. because i also give user facility to change text color, etc.Further more if the person donot want to show some thing in chapter he should have the facility.
What is the right approach,
I decided that i put text in any control and can make it visible, color change and change font etc.
I donot want to go to low level like draw string. that would take lots of time.
Is there any control either in j2me that can make the text right align
Comment