Commit acf1343f authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

usp10: Handle Halant, ZWJ and ZWNJ in ShapeCharGlyphProp_BaseIndic.

parent 93a8499b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment