How can I display arabic text from right to left with as3?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
This code will do the trick:
|
|||
|
|
The Text Layout Framework can handle right to left text. |
|||
|
|
|
Additionally, you probably will need to include the fonts you use in your library |
|||||
|
|
try to add textformat with propriety right alignment
|
|||||||
|
|
I've also had success with FlarabySWF - it costs some money (not alot) but it actually works quite well in my experience. |
|||
|
|
|
If you're not opposed to the flex framework, it now includes a decent internationalization library that should allow you to do this easily. Here's a decent place to get started http://devgirl.org/2011/03/15/flex-4-localization/ |
|||
|
|
