http://bugs.winehq.org/show_bug.cgi?id=17170
Summary: Text display error in Autocad - size mismatch Product: Wine Version: 1.1.3 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: max@veneto.com
Created an attachment (id=19052) --> (http://bugs.winehq.org/attachment.cgi?id=19052) Drawing showing PATH_ExtTextOutW bug
The following attachments are 2 simple autocad drawings with an MTEXT object (2 lines of text) inside. The first one shows the bug and, when traced, goes through PATH_ExtTextOutW; the text is drawn much smaller as it should. On second drawing the same text (just copied-pasted from the first drawing...), tracing it shows a call to ExtTextOutW and it's displayed correctly.
I don't know why the text object copied from first drawing (which goes through PATH_ExtTextOutW) doesn't go through the same code flow if pasted on a new drawing, but it shows indeed some bug on PATH_ExtTextOutW() or other path functions.
Ciao
Max