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@winehq.org ReportedBy: nick@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).
http://bugs.winehq.org/show_bug.cgi?id=17941
--- Comment #1 from Nikolay nick@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).
http://bugs.winehq.org/show_bug.cgi?id=17941
--- Comment #2 from Nikolay nick@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.
http://bugs.winehq.org/show_bug.cgi?id=17941
--- Comment #3 from Dmitry Timoshkov dmitry@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).
http://bugs.winehq.org/show_bug.cgi?id=17941
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
http://bugs.winehq.org/show_bug.cgi?id=17941
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=17941
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2012-04-25 17:29:29 CDT --- Created attachment 39925 --> http://bugs.winehq.org/attachment.cgi?id=39925 compiled test
http://bugs.winehq.org/show_bug.cgi?id=17941
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com 2012-04-25 22:32:55 CDT --- Created attachment 39927 --> http://bugs.winehq.org/attachment.cgi?id=39927 xp and wine test
http://bugs.winehq.org/show_bug.cgi?id=17941
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |dmitry@baikal.ru
--- Comment #6 from Bruno Jesus 00cpxxx@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.
http://bugs.winehq.org/show_bug.cgi?id=17941
--- Comment #7 from Dmitry Timoshkov dmitry@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.
https://bugs.winehq.org/show_bug.cgi?id=17941
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=17941
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? | CC|dmitry@baikal.ru |
--- Comment #9 from Dmitry Timoshkov dmitry@baikal.ru --- 'download' keyword means that you can test it yourself.
https://bugs.winehq.org/show_bug.cgi?id=17941
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #10 from joaopa jeremielapuree@yahoo.fr --- Looks like the bug is fixed in wine-5.3 Can an administrator close this bug as FIXED?