Right Align URdu Text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simsimlhr
    New Member
    • Oct 2008
    • 2

    Right Align URdu Text

    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
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Try and see if your j2me Components implement the applyComponentO rientation()
    method.

    kind regards,

    Jos

    Comment

    Working...