http://bugs.winehq.org/show_bug.cgi?id=12307
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #22 from Hans Leidekker hans@meelstraat.net 2008-08-19 02:32:49 ---
a) GetGlyphIndicesW fails because of the stale DC in the cache. This failure does not get propagated in ScriptPlace, so ScriptPlace returns garbage in it output buffer without telling anyone that there is garbage.
This suggests that we'd have to call GetGlyphIndicesW earlier and put the result in the cache too. This probably affects more gdi calls.