mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
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
Block a user