https://bugzilla.novell.com/show_bug.cgi?id=324358#c2





--- Comment #2 from Jonathan Pobst <[EMAIL PROTECTED]>  2007-10-08 11:50:12 MST 
---
Fixed in r87100.  Note that the colors and bolds are still not correct, but
that is covered by bug #324354, so I am going to close this bug as fixed.  All
instructions listed in the repro test case should work.

2007-10-08  Jonathan Pobst  <monkey at jpobst dot com>

        * TextBoxTextRenderer.cs: Abstract text measuring and drawing to this
        class to allow us to use different backends on different platforms.
        Linux uses the current [Draw|Measure]String backend.  Windows uses
        the TextRenderer.[Draw|Measure]Text backend, which uses GDI instead
        of GDI+.  This leads to better looking text and more accurate
measurements
        on Windows, fixing many of the reported issues.
        * Line.cs, LineTag.cs: Update to use TextBoxTextRenderer.

2007-10-08  Jonathan Pobst  <monkey at jpobst dot com>

        * System.Windows.Forms.dll.sources: Added TextBoxTextRenderer.cs.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to