usp10: Handle Halant, ZWJ and ZWNJ in ShapeCharGlyphProp_BaseIndic.

This commit is contained in:
Aric Stewart 2011-12-06 08:49:00 -06:00 committed by Alexandre Julliard
parent 93a8499b95
commit acf1343f34
1 changed files with 5 additions and 0 deletions

View File

@ -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;