http://bugs.winehq.com/show_bug.cgi?id=50
*** shadow/50 Sat May 25 17:22:36 2002 --- shadow/50.tmp.725 Sat May 25 17:22:36 2002 *************** *** 0 **** --- 1,38 ---- + +============================================================================+ + | PrgWin95: Text justification needs beefing up | + +----------------------------------------------------------------------------+ + | Bug #: 50 Product: Wine | + | Status: NEW Version: unspecified | + | Resolution: Platform: | + | Severity: trivial OS/Version: All | + | Priority: P1 Component: wine-gdi | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: fgouget@codeweavers.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Running the justify1 example from the Petzold 95 the feeling I get is that + the text is not justified. + + I say that because the end of lines don't line up. Yet if I pay attention to + the size of spaces there is no doubt that they don't have the same width. So + something is actually being done. + + I suspect that the problem is that we don't carry the rounding errors. What + conforts me in this idea is that the longer the line is the bigger the + differences between lines are. Actually I also got tipped by the MSDN + documentation for SetTextJustification. + See http://msdn.microsoft.com/library/psdk/gdi/fontext_9lm6.htm + + Also suspicious is the fact the SetTextJustification is not implemented by + x11drv. + + See also: + http://fgouget.free.fr/wine/PrgWin95/Chap4.shtml#justify1 + + ------- Additional Comments From Speeddymon@yahoo.com 2002-05-25 17:22 ------- + is this problem still existant Francois? \ No newline at end of file