[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GTK+ and Arabic text shaping
- To: developer at arabeyes dot org
- Subject: GTK+ and Arabic text shaping
- From: "Fredrik Corneliusson" <fredrik dot corneliusson at gmail dot com>
- Date: Fri, 23 Feb 2007 11:02:44 +0100
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lNH6mdEtSOmVcIkYP+cIvkTD9tIA5pDCCAdmvrkbMUkrd2yNX/19yyKIcC3tTRhwOnYH30gh653FBS6yKSW0S+hrFe+5557Mj5FI6WUeOUCc5jkC69JfV4Rk37elUrlmk3kSOh0hgBHdkCaWZNEGZOjBQ6HCtQyD5UhS249CsfY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KoGfo62l2yD/ncx7vO4ImOinjF/1O6F7V6YiiaAHjRsPb2JMVfYs7rPSHCdLMZ76KdvO9GZPhOBdZby7svFIH33sX/ckoFZkWW6ZeuWI98lrWDY18JuWjCKTKayyNGkQIsCEId2Gent5fI+efXbFCR/TFpEU9jAClMmX4kVbbCY=
Hi,
I'm developing a pyGTK (GTK 2.10) application and got a general
question about GTK+ and Arabic.
The problem is the shaping of the characters that should differ
depending on the position where the character occurs. Now they are all
displayed in their separate un-joined form. I have tested on Win32 and
Linux (Ubuntu) and they both have the same problem.
I believe that gtk/pango should be able to render this correctly, but
what do I have to do to get it working?
Best Regards,
Fredrik