usp10: Implement SSA_LINK flag.

This commit is contained in:
Aric Stewart 2012-01-31 13:11:36 -06:00 committed by Alexandre Julliard
parent e5100bfa20
commit 3ae30a676a
1 changed files with 3 additions and 0 deletions

View File

@ -1856,6 +1856,9 @@ HRESULT WINAPI ScriptStringAnalyse(HDC hdc, const void *pString, int cString,
}
}
if ((dwFlags & SSA_LINK) && !analysis->glyphs[i].fallbackFont && !scriptInformation[analysis->pItem[i].a.eScript].props.fComplex)
analysis->pItem[i].a.fNoGlyphIndex = TRUE;
hr = ScriptShape(hdc, sc, &pStr[analysis->pItem[i].iCharPos],
cChar, numGlyphs, &analysis->pItem[i].a,
glyphs, pwLogClust, psva, &numGlyphsReturned);