[Bug 34638] New: Bad quality font rendering for Microsoft core fonts
http://bugs.winehq.org/show_bug.cgi?id=34638 Bug #: 34638 Summary: Bad quality font rendering for Microsoft core fonts Product: Wine Version: 1.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: shumkar(a)shumkar.ru Classification: Unclassified Created attachment 46167 --> http://bugs.winehq.org/attachment.cgi?id=46167 1.4.1 vs 1.6 Wine 1.4.1 with Microsoft core fonts was working on few my machines well. After upgrading wine 1.4.1 to 1.6 the font in wine (cfg, regedit...) and in some applications launching via wine has become bad. It looks like anti-aliased with bad quality (screenshot 1). Disabling anti-alias in fontconfig doesn't affect this font (nothing changes at all) (screenshot 2). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #1 from Shumkar <shumkar(a)shumkar.ru> 2013-10-02 00:40:29 CDT --- Created attachment 46168 --> http://bugs.winehq.org/attachment.cgi?id=46168 anti-alias disabled -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2013-10-02 14:33:28 CDT --- Please run a regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2013-10-02 14:59:46 CDT --- It's not really a regression, the fonts would look the same without anti-aliasing. You just need to disable that globally. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #4 from Shumkar <shumkar(a)shumkar.ru> 2013-10-05 08:55:24 CDT --- (In reply to comment #2)
Please run a regression test: http://wiki.winehq.org/RegressionTesting
OK. I'm currently testing. The results for now show that the regression is inside 1392 revisions from 1.5.16 and 1.5.26... (In reply to comment #3)
It's not really a regression, the fonts would look the same without anti-aliasing. You just need to disable that globally.
How to disable it globally (not via fontconfig)? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #5 from Shumkar <shumkar(a)shumkar.ru> 2013-10-05 09:00:04 CDT --- (In reply to comment #4)
OK. I'm currently testing. The results for now show that the regression is inside 1392 revisions from 1.5.16 and 1.5.26...
Sorry, I meant between 1.5.16 and 1.5.26. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #6 from Shumkar <shumkar(a)shumkar.ru> 2013-10-05 11:27:37 CDT --- Phew. The final bisection result is: ebaf5ea17623268fb1c0f68b1cf9a5984bd4e46e is the first bad commit commit ebaf5ea17623268fb1c0f68b1cf9a5984bd4e46e Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Nov 15 13:29:21 2012 +0100 gdi32: Don't load bitmap glyphs when using subpixel rendering in GetGlyphOutline. :040000 040000 1c274caf84d118f5f45ab659de7d22ff643ceb9e 6e138aa51f970be69ec29ede49b983dd6cbff0fc M dlls -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #7 from Shumkar <shumkar(a)shumkar.ru> 2013-10-12 15:32:07 CDT --- Hello. Is the testing result useful for you? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2013-10-13 02:58:11 CDT --- No. Like I said, antialiasing used to be broken, now it's working, that's not a regression. If you don't want antialiasing you have to disable it in fontconfig. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #9 from Shumkar <shumkar(a)shumkar.ru> 2013-10-13 07:01:54 CDT --- (In reply to comment #8)
No. Like I said, antialiasing used to be broken, now it's working, that's not a regression. If you don't want antialiasing you have to disable it in fontconfig.
Please tell me, is it possible to disable antialiasing via fontconfig only for wine (fonts used by wine) ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #10 from Shumkar <shumkar(a)shumkar.ru> 2013-10-13 07:03:53 CDT --- (In reply to comment #9)
(In reply to comment #8)
No. Like I said, antialiasing used to be broken, now it's working, that's not a regression. If you don't want antialiasing you have to disable it in fontconfig.
Please tell me, is it possible to disable antialiasing via fontconfig only for wine (fonts used by wine) ?
What font is used on my screenshot? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=34638 --- Comment #11 from Austin English <austinenglish(a)gmail.com> --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=34638 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #12 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Abandoned -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=34638 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Bruno Jesus <00cpxxx(a)gmail.com> --- Closing abandoned bugs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org