http://bugs.winehq.org/show_bug.cgi?id=23504
Summary: Font rendering wrong in Samo-Touragent application starting with 1.2rc2 Product: Wine Version: 1.2-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: savelov@gmail.com
Created an attachment (id=29340) --> (http://bugs.winehq.org/attachment.cgi?id=29340) screenshot from 1.2rc1
Before 1.2rc2 font rendering for dates and numbers in the attached screenshot was correct, but after 1.2rc2 , including 1.2rc6 font rendering is wrong Tests were performed with clean ~/.wine
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #1 from Eugene Savelov savelov@gmail.com 2010-07-04 11:05:19 --- Created an attachment (id=29341) --> (http://bugs.winehq.org/attachment.cgi?id=29341) screenshot from 1.2rc2
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #2 from Eugene Savelov savelov@gmail.com 2010-07-04 11:05:54 --- Created an attachment (id=29342) --> (http://bugs.winehq.org/attachment.cgi?id=29342) screenshot from 1.2rc6
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #3 from Eugene Savelov savelov@gmail.com 2010-07-04 11:28:39 --- Created an attachment (id=29343) --> (http://bugs.winehq.org/attachment.cgi?id=29343) part of the debug output with WINEDEBUG=+font from rc6
font is MS Sans Serif , as seen from debug output
http://bugs.winehq.org/show_bug.cgi?id=23504
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winex11.drv |gdi32
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #4 from Eugene Savelov savelov@gmail.com 2010-07-04 14:36:09 --- After doing git bisect this is the bad commit -
c30688c4d2e265216e4a30a809b6116e23297648 is the first bad commit commit c30688c4d2e265216e4a30a809b6116e23297648 Author: Alexandre Julliard julliard@winehq.org Date: Mon May 24 12:34:55 2010 +0200
winex11: Allow the Xft configuration to override both registry and fontconfig parameters.
:040000 040000 2667259efc5f04bc1c4691cae7c73201c915e9e5 9526a3b6e91c6035df1669835a69050e731a4399 M dlls
http://bugs.winehq.org/show_bug.cgi?id=23504
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |winex11.drv
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #5 from Eugene Savelov savelov@gmail.com 2010-07-04 14:44:09 --- I have Ubuntu 10.04 and sub-pixel rendering for LCd monitors turned on When I turn off subpixel rendering problem disappears
http://bugs.winehq.org/show_bug.cgi?id=23504
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Font rendering wrong in |Subpixel Font rendering |Samo-Touragent application |wrong for MS Sans Serif in |starting with 1.2rc2 |Samo-Touragent application
http://bugs.winehq.org/show_bug.cgi?id=23504
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #6 from Eugene Savelov savelov@gmail.com 2010-07-06 12:43:13 --- Created an attachment (id=29405) --> (http://bugs.winehq.org/attachment.cgi?id=29405) screenshot from windows vista
as seen from screenshot when app runs in windows , the font which renders incorectly is MS Sans Serif Italic
http://bugs.winehq.org/show_bug.cgi?id=23504
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Subpixel Font rendering |Subpixel Font rendering |wrong for MS Sans Serif in |wrong for font MS Sans |Samo-Touragent application |Serif Italic in all apps
--- Comment #7 from Eugene Savelov savelov@gmail.com 2010-07-06 12:53:23 --- steps to reproduce - run wine wordpad Choose font MS Sans Serif press Italic button write something and get garbled output on screen
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #8 from Eugene Savelov savelov@gmail.com 2010-07-06 12:54:42 --- Created an attachment (id=29407) --> (http://bugs.winehq.org/attachment.cgi?id=29407) screenshot from wine wordpad / 1.2-rc6
http://bugs.winehq.org/show_bug.cgi?id=23504
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #9 from Eugene Savelov savelov@gmail.com 2010-07-06 13:00:20 --- Turning off subpixel rendering actually does not provide a workaround as the font does not render as Italic, but just as a regular font
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #10 from Eugene Savelov savelov@gmail.com 2010-07-06 13:08:30 --- more detailed steps to reproduce (as apparently wordpad switches by default to Times New Roman) - type the text in wordpad, then select it and change the font to 'MS Sans Serif' , Italic
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-06 23:54:33 --- MS Sans Serif is a bitmap font, and it doesn't have an Italic face.
http://bugs.winehq.org/show_bug.cgi?id=23504
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Subpixel Font rendering |Subpixel Font rendering |wrong for font MS Sans |wrong for font MS Sans |Serif Italic in all apps |Serif Ever Confirmed|0 |1
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-07 00:10:05 --- I can reproduce it without Italic:
1. start 'wine 'wordpad' and type "Hello" 2. select all text and change font to "MS Sans Serif" 3. without canceling text selection change font height to 40
http://bugs.winehq.org/show_bug.cgi?id=23504
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
http://bugs.winehq.org/show_bug.cgi?id=23504
Sergiy Zuban s.zuban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |s.zuban@gmail.com
--- Comment #13 from Sergiy Zuban s.zuban@gmail.com 2010-07-09 05:10:38 --- *** Bug 23574 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #14 from Eugene Savelov savelov@gmail.com 2010-07-27 13:23:12 --- as a workaround "sserif*.fon" can be deleted and font substitution can be set in registry "MS Sans Serif" = "FreeSans" in HKCU\Software\Wine\Fonts\Replacements
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #15 from Eugene Savelov savelov@gmail.com 2010-08-01 13:31:15 --- I found out that you don;t need to delete original ms sans serif font files, (sserif*.fon), and wine will just use substitutions for the bold and italic version
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #16 from Eugene Savelov savelov@gmail.com 2010-08-10 23:55:19 --- performance degrades significantly after configuring substitutons for fonts (up to 10 times).
http://bugs.winehq.org/show_bug.cgi?id=23504
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.co | |m
--- Comment #17 from NSLW lukasz.wojnilowicz@gmail.com 2011-04-08 02:35:23 CDT --- *** Bug 26469 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=23504
Nicolas Le Cam niko.lecam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |niko.lecam@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=23504
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |
--- Comment #18 from Alexandre Julliard julliard@winehq.org 2011-04-08 08:10:31 CDT --- Not a regression, it never worked.
http://bugs.winehq.org/show_bug.cgi?id=23504
--- Comment #19 from Luca Bennati lucak3@gmail.com 2011-12-11 11:11:32 CST --- Still present in wine-1.3.34-202-gb0f704d, reproduced as indicated by comment 12.
http://bugs.winehq.org/show_bug.cgi?id=23504
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #20 from Alexandre Julliard julliard@winehq.org 2013-06-25 11:04:56 CDT --- Works fine here, assuming fixed.
http://bugs.winehq.org/show_bug.cgi?id=23504
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2013-06-28 15:03:26 CDT --- Closing bugs fixed in 1.6-rc4.