usp10: Correct default fCanGlyphAlone value.

This commit is contained in:
Aric Stewart 2011-05-17 15:05:49 -05:00 committed by Alexandre Julliard
parent 9edaaae99b
commit 3c26fa9136
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}