[Mono-bugs] [Bug 80447][Nor] New - [Windows] DoubleBuffer/TextRenderer problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 3 19:24:36 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80447
--- shadow/80447 2007-01-03 19:24:36.000000000 -0500
+++ shadow/80447.tmp.6796 2007-01-03 19:24:36.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 80447
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: monkey at jpobst.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [Windows] DoubleBuffer/TextRenderer problem
+
+When using the new 2.0 TextRenderer class on a double buffered surface, the
+text is drawn on top of the old text, resulting in bold, unreadable text.
+See screenshot. (This only happens on Windows because TextRenderer falls
+back to using Graphics.DrawString for X11.)
+
+This happened with the old DoubleBuffer code as well as rolf's new code. I
+don't really know where to start with this.
+
+Also, System.Drawing provides the BufferedGraphics class. Would it be
+better to use that instead of our own?
More information about the mono-bugs
mailing list