Commit 3c26fa91 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

usp10: Correct default fCanGlyphAlone value.

parent 9edaaae9
...@@ -1554,7 +1554,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc, ...@@ -1554,7 +1554,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
pOutGlyphProps[i].sva.fShapeReserved = 0; pOutGlyphProps[i].sva.fShapeReserved = 0;
/* FIXME: have the shaping engine set this */ /* FIXME: have the shaping engine set this */
pCharProps[i].fCanGlyphAlone = 1; pCharProps[i].fCanGlyphAlone = 0;
pwLogClust[i] = idx; pwLogClust[i] = idx;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment