very close

 From:  Michael Gibson
6875.63 In reply to 6875.62 
Hi Dan, the whole UI for MoI changed very substantially from v2 to v3 - in v2 all the text is being drawn by the mshtml.dll (the Internet Explorer engine), in v3 it's being drawn by Qt by way of WebKit. It's a totally different set of code doing the entire UI.

The Qt font engine uses a Windows system call GetGlyphOutline which is supposed to return a bitmap image for a glyph character with gray levels in it for antialiased areas... My guess would be that the new version of Wine is having a problem with this particular call.

- Michael