[Mono-bugs] [Bug 75500][Nor] New - DrawString repeats multilined text

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 7 07:12:58 EDT 2005


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 pbmichel at web.de.

http://bugzilla.ximian.com/show_bug.cgi?id=75500

--- shadow/75500	2005-07-07 07:12:58.000000000 -0400
+++ shadow/75500.tmp.3539	2005-07-07 07:12:58.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 75500
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 10.4.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: PBMichel at web.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DrawString repeats multilined text
+
+The System.Drawing.Graphics.DrawString method disbehaves on multiline texts.
+
+It will draw "first line\nsecond line\nthird line" as:
+
+first linesecond linethird line
+second linethird line
+third line
+
+A code example will be attached.


More information about the mono-bugs mailing list