[Bug 17941] New: TextOut in MM_ANISOTROPIC MapMode: Wine scales text, but Windows does not scale it.
http://bugs.winehq.org/show_bug.cgi?id=17941 Summary: TextOut in MM_ANISOTROPIC MapMode: Wine scales text, but Windows does not scale it. Product: Wine Version: 1.1.18 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: nick(a)vyalceva.net Created an attachment (id=20278) --> (http://bugs.winehq.org/attachment.cgi?id=20278) the sample program This is a sample program that produces different image in wine and windows. Windows does not decrease size of chars, but Wine scales (if a window is larger than certain size). -- 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=17941 --- Comment #1 from Nikolay <nick(a)vyalceva.net> 2009-04-03 15:42:06 --- Created an attachment (id=20279) --> (http://bugs.winehq.org/attachment.cgi?id=20279) output from windows This is output from windows 3.1 (newer windows produces the same). -- 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=17941 --- Comment #2 from Nikolay <nick(a)vyalceva.net> 2009-04-03 15:43:14 --- Created an attachment (id=20280) --> (http://bugs.winehq.org/attachment.cgi?id=20280) output from wine This is an image from 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=17941 --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-04-04 04:33:36 --- Created an attachment (id=20285) --> (http://bugs.winehq.org/attachment.cgi?id=20285) Fixed test Windows does scale the font, if its scaleable. I've attached your test (with a couple of fixes) which shows that. Wine behavior is correct. The problem most likely is that default font selected into DC is not scaleable under Windows, but is under Wine (or Wine substitutes the font by a scaleable one). -- 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=17941 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase -- 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=17941 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=17941 --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-04-25 17:29:29 CDT --- Created attachment 39925 --> http://bugs.winehq.org/attachment.cgi?id=39925 compiled test -- 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=17941 --- Comment #5 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-04-25 22:32:55 CDT --- Created attachment 39927 --> http://bugs.winehq.org/attachment.cgi?id=39927 xp and wine test -- 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=17941 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |dmitry(a)baikal.ru --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-04-25 22:37:21 CDT --- Dmitry, please, can you take a look at http://bugs.winehq.org/attachment.cgi?id=39927 and tell what you think? Was this bug valid after all or not in your opinion? The screenshot was taken from your test. -- 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=17941 --- Comment #7 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-04-25 22:45:09 CDT --- (In reply to comment #6)
Dmitry, please, can you take a look at http://bugs.winehq.org/attachment.cgi?id=39927 and tell what you think? Was this bug valid after all or not in your opinion? The screenshot was taken from your test.
If the result is the same under Wine and Windows then there is no bug. It was a bug in the sample program in the first place as far as I can see. -- 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=17941 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? --- Comment #8 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Is this still an issue in Wine 1.7.45 or later? -- 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=17941 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? | CC|dmitry(a)baikal.ru | --- Comment #9 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- 'download' keyword means that you can test it yourself. -- 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=17941 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #10 from joaopa <jeremielapuree(a)yahoo.fr> --- Looks like the bug is fixed in wine-5.3 Can an administrator close this bug as FIXED? -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla