http://bugs.winehq.org/show_bug.cgi?id=3016
------- Additional Comments From keithdunwoody@yahoo.com 2005-07-12 23:47 ------- Hi,
I filed this bug based only on source-code analysis. I was working on a fix for bug 50, which involved reorganizing how SetTextJustification() worked a bit, and I went to make the changes in the postscript driver, only to discover that neither of the members which are manipulated in SetTextJustification() are referenced anywhere in the postscript driver's version of ExtTextOut(). Based on this, I can't see how the ExtTextOut() can possibly work correctly with SetTextJustification() -- this might be based on a misunderstanding of how the postscript driver works on my part. I'll try to reorganize the test app for bug 50 to confirm my understanding in a testapp.
My analysis was based on the current CVS as of when this bug was filed.
-- Keith