From acf1343f344e871739094c6eb7879302b9c4fa47 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Tue, 6 Dec 2011 08:49:00 -0600 Subject: [PATCH] usp10: Handle Halant, ZWJ and ZWNJ in ShapeCharGlyphProp_BaseIndic. --- dlls/usp10/shape.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c index e040e48cee8..8d3a355fffa 100644 --- a/dlls/usp10/shape.c +++ b/dlls/usp10/shape.c @@ -3299,6 +3299,11 @@ static void ShapeCharGlyphProp_BaseIndic( HDC hdc, ScriptCache *psc, SCRIPT_ANAL case lex_Matra_above: case lex_Matra_below: case lex_Modifier: + case lex_Halant: + break; + case lex_ZWJ: + case lex_ZWNJ: + k = char_count; break; default: pGlyphProp[i].sva.fClusterStart = 1;