https://bugs.winehq.org/show_bug.cgi?id=47139
Bug ID: 47139 Summary: SetWorldTransform faulty when rendering text with DrawTextEx Product: Wine Version: 4.7 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: zen253231@gmail.com Distribution: ---
Created attachment 64368 --> https://bugs.winehq.org/attachment.cgi?id=64368 Text is cut on all sides when turned
Since at least wine 3.16 up to 4.7 when using DrawTextEx with (either DT_WORDBREAK, either DT_SINGLELINE) Or DT_CALCRECT,
SetWorldTransform fails to transform correctly the size of text box and cuts text to display inclined.
The 4 coefficients of Xform are used to compute transformation.
https://bugs.winehq.org/show_bug.cgi?id=47139
--- Comment #1 from zen253231@gmail.com --- Created attachment 64369 --> https://bugs.winehq.org/attachment.cgi?id=64369 Text drawn correctly using gdiplus with wine
https://bugs.winehq.org/show_bug.cgi?id=47139
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #2 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-6.5?
https://bugs.winehq.org/show_bug.cgi?id=47139
--- Comment #3 from zen253231@gmail.com --- (In reply to joaopa from comment #2)
Does the bug still occur with wine-6.5?
Yep, bug still occurs and seem to be other compatibility problems as well
https://bugs.winehq.org/show_bug.cgi?id=47139
--- Comment #4 from zen253231@gmail.com ---
(In reply to joaopa from comment #2)
Does the bug still occur with wine-6.5?
Yep, bug still occurs and seem to be other compatibility problems as well
In fact at a second glance it may have been better but clearly not solved when turning more degrees. Anyway I couldn't try more than two or three times because there is a heavy regression from Wine 6.4 preventing me to use it