[Bug 12330] New: Wrong width in some fonts
http://bugs.winehq.org/show_bug.cgi?id=12330 Summary: Wrong width in some fonts Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: fonts AssignedTo: wine-bugs(a)winehq.org ReportedBy: spa(a)starfinanz.de Created an attachment (id=11807) --> (http://bugs.winehq.org/attachment.cgi?id=11807) debug output There is a regression in 0.9.53. Some texts are displayed with a wrong width, see the attached font screenshot. Regression occured with the following check-in: ~/wine> git-bisect bad 535053b92769ce5f020bb6c5516385cf69da5bf4 is first bad commit commit 535053b92769ce5f020bb6c5516385cf69da5bf4 Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Tue Jan 8 23:02:09 2008 +0800 gdi32: Add support for scaling font metrics. :040000 040000 2429fbc4c0baa4f663ea5c73c1188c6b5beb5a7e 6c9342e0e233af1ea666a50ef39efd5674614059 M dlls In 0.9.52 the display is good. I've attached a WINEDEBUG="+font" log file from current GIT wine: out.dat.tar.gz Locate the string "aktualisiere Kurse" in the log file. This is one of the strings not displayed correctly. -- 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=12330 --- Comment #1 from Sven Paschukat <spa(a)starfinanz.de> 2008-04-02 10:43:16 --- Created an attachment (id=11808) --> (http://bugs.winehq.org/attachment.cgi?id=11808) screenshot with wrong font width -- 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=12330 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-02 10:46:40 --- What Wine version are you running? If it's 0.9.58 or git what app can I use to replicate the problem? -- 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=12330 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry(a)codeweavers.com -- 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=12330 --- Comment #3 from Sven Paschukat <spa(a)starfinanz.de> 2008-04-03 03:56:48 --- It's GIT. The application is hard to install and makes use of many native windows components. Also it could be hard for you to configure the app so that it shows the corrupted text. Can't you get enough information of the output? Otherwise I would make an instruction. -- 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=12330 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-03 06:06:39 --- Can you generate and attach the +font log with my patch reverted? -- 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=12330 --- Comment #5 from Sven Paschukat <spa(a)starfinanz.de> 2008-04-03 07:10:28 --- Created an attachment (id=11824) --> (http://bugs.winehq.org/attachment.cgi?id=11824) Output from commit 29a0b36... - before font commit -- 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=12330 --- Comment #6 from Sven Paschukat <spa(a)starfinanz.de> 2008-04-03 07:11:09 --- Created an attachment (id=11825) --> (http://bugs.winehq.org/attachment.cgi?id=11825) Output from commit 535053b... - after font commit -- 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=12330 --- Comment #7 from Sven Paschukat <spa(a)starfinanz.de> 2008-04-03 07:14:17 --- Could the line with "font scale x: 0.571429" of commit 535053b... be part of the problem? Text letters looks cutted at the half. -- 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=12330 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-03 07:17:38 --- (In reply to comment #7)
Could the line with "font scale x: 0.571429" of commit 535053b... be part of the problem? Text letters looks cutted at the half.
That bug was fixed by a later patch. -- 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=12330 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-04-03 07:56:45 --- The following patch should fix this bug: http://www.winehq.org/pipermail/wine-patches/2008-April/052685.html -- 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=12330 --- Comment #10 from Sven Paschukat <spa(a)starfinanz.de> 2008-04-03 09:14:04 --- Correct, problem is fixed. I will mark this bug as FIXED when your patch is gone into GIT. Thank 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=12330 Sven Paschukat <spa(a)starfinanz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #11 from Sven Paschukat <spa(a)starfinanz.de> 2008-04-04 06:38:27 --- It's fixed. -- 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=12330 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2008-04-04 10:07:10 --- Closing bugs fixed in 0.9.59. -- 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=12330 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |0.9.53. -- 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.
participants (1)
-
wine-bugs@winehq.org