From 3c26fa9136d94bdc51ccaa4986714a0dfd924c82 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Tue, 17 May 2011 15:05:49 -0500 Subject: [PATCH] usp10: Correct default fCanGlyphAlone value. --- dlls/usp10/usp10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index da4fbb1dbe7..97f73a75ad6 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -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; }