usp10: Implement SSA_LINK flag.
This commit is contained in:
parent
e5100bfa20
commit
3ae30a676a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue