usp10: Correct default fCanGlyphAlone value.
This commit is contained in:
parent
9edaaae99b
commit
3c26fa9136
|
@ -1554,7 +1554,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
|
|||
pOutGlyphProps[i].sva.fShapeReserved = 0;
|
||||
|
||||
/* FIXME: have the shaping engine set this */
|
||||
pCharProps[i].fCanGlyphAlone = 1;
|
||||
pCharProps[i].fCanGlyphAlone = 0;
|
||||
|
||||
pwLogClust[i] = idx;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue