Remove glyph guard (bug #933): there is no way to such an exclusion properly without working GetCharPlacement, every font engine handles glyphed output slightly different. Fixes Abiword text regression

svn path=/trunk/; revision=42826
This commit is contained in:
Gregor Schneider 2009-08-21 14:35:48 +00:00
parent a39871ddb2
commit 2922b635c3

View file

@ -3732,12 +3732,6 @@ NtGdiExtTextOutW(
}
}
/* FIXME: remove this as soon as GetCharacterPlacementA/W work properly */
if ((fuOptions & ETO_GLYPH_INDEX) && (fuOptions != (ETO_GLYPH_INDEX | ETO_PDY)))
{
fuOptions &= ~ETO_GLYPH_INDEX;
}
/* Finally call the internal routine */
Result = GreExtTextOutW(hDC,
XStart,