usp10: Handle Halant, ZWJ and ZWNJ in ShapeCharGlyphProp_BaseIndic.
This commit is contained in:
parent
93a8499b95
commit
acf1343f34
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue