Fix display of Arabic diacriticals on Windows, per bug #11860.
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Sep 2012 17:15:45 +0000 (20:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Sep 2012 17:15:45 +0000 (20:15 +0300)
commit30934d334e8a67c8992d910428758d5b93e0f04f
tree41c2a2c83cd551690bd7725d1737c90ecc18f4ba
parent8ce192e317f321834851e31571833f33aa332aa2
Fix display of Arabic diacriticals on Windows, per bug #11860.

 src/w32uniscribe.c (uniscribe_shape): Reverse the sign of
 offsets[j].dv, since the y axis of the screen coordinates points
 down, while the y axis of the font definition coordinates points
 up.  This fixes display of Arabic diacritics such as KASRA and
 KASRATAN.
src/ChangeLog
src/w32uniscribe.c