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.