http://bugs.winehq.org/show_bug.cgi?id=7520
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #24 from Bruno Jesus 00cpxxx@gmail.com 2012-10-31 09:22:54 CDT --- (In reply to comment #22)
In case someone wants to implement this, http://support.microsoft.com/kb/74298 says "GDI-simulated bold and italic fonts both include overhangs. The overhang is specified in a TEXTMETRIC structure obtained by calling the GetTextMetrics function... GDI synthesizes bold fonts by outputting the text twice, offsetting the second output by one pixel, effectively increasing the width of each character by one pixel."
Dmitry implemented this but the patch was not accepted: http://source.winehq.org/patches/data/85868
If the patch fixes the issue bug 12476 should be marked as duplicate or vice-versa.