Reverse rendering of Urdu fonts
Posted
by
Syed Muhammad Umair
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Syed Muhammad Umair
Published on 2011-01-11T13:13:37Z
Indexed on
2011/01/11
13:59 UTC
Read the original article
Hit count: 365
fonts
I am working on a project that is based on Urdu language in Ubuntu platform. I'm using Python language and have almost achieved my task.
The problem is that, the Urdu text is rendered in reverse order.
For example, consider the word ???
(which means work)
consisting of the three letters:
?
,
?
, and
?
The output is rendered in reverse order as ???
consisting of the three letters:
?
,
?
, and
?
When copying this text to Open Office or opening the generated XML file in Firefox, the generated result is absolutely desired.
How can this problem be solved?
© Ask Ubuntu or respective owner