mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
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:
parent
a39871ddb2
commit
2922b635c3
1 changed files with 0 additions and 6 deletions
|
@ -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 */
|
/* Finally call the internal routine */
|
||||||
Result = GreExtTextOutW(hDC,
|
Result = GreExtTextOutW(hDC,
|
||||||
XStart,
|
XStart,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue