[Mono-bugs] [Bug 60663][Nor] Changed - MeasureString and DrawString crash

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 01:12:52 -0400 (EDT)


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 rkumar@novell.com.

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

--- shadow/60663	2004-07-12 07:52:53.000000000 -0400
+++ shadow/60663.tmp.16532	2004-07-30 01:12:52.000000000 -0400
@@ -72,6 +72,13 @@
 +    void *glyph_cache;
      const struct cairo_font_backend *backend;
  };
                                                                      
                      
 Thanks!
+
+------- Additional Comments From rkumar@novell.com  2004-07-30 01:12 -------
+I verified your testcase with 1.0 and cvs. It is reproducable with 1.0
+but it not reproducable with cvs version of libgdiplus. I would
+suggest you to use libgdiplus and System.Drawing from cvs. However,
+I'll try to figure out what has fixed the problem to get the patch in
+1.0 branch also.