]> git.eshelyaron.com Git - emacs.git/commit
Fix bug #11860 with displaying composite RTL characters on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Aug 2012 17:14:08 +0000 (20:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Aug 2012 17:14:08 +0000 (20:14 +0300)
commitb2f09701eadc7dfb70f331869daf295628926af6
treeeff040b5ac752af49ce63656f0e08a13148e135f
parent9b994fed3cc7af2cd748f92316e75d962b545728
Fix bug #11860 with displaying composite RTL characters on MS-Windows.

 src/w32uniscribe.c (uniscribe_shape): Fix producing gstring
 components for RTL text.  Adjust X-OFFSET of each non-base glyph
 for the width of the base character, according to what
 x_draw_composite_glyph_string_foreground expects.  Generate
 WADJUST value according to composition_gstring_width's
 expectations, to produce correct width of the composed character.
 Reverse the sign of the DU offset produced by ScriptPlace.
src/ChangeLog
src/w32uniscribe.c