usp10: Fix next index for RTL MultipleSubst.
commite2d4cf9e29ee98d33ebdc4aba3ccd8d9cb592661
authorAric Stewart <aric@codeweavers.com>
Fri, 27 Jan 2017 17:31:44 +0000 (27 11:31 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Jan 2017 20:38:47 +0000 (30 21:38 +0100)
treece7fb086ffd2c70d9340051faa5f3f08c82960fc
parent0401bdfad65b4f31613506ce29ab870bae91dd9e
usp10: Fix next index for RTL MultipleSubst.

MultipleSubst will expand the glyph array to the right, so when the
writing direction is RTL the next index does not need to be modified by
the new count of glyphs.

Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/usp10/opentype.c