[Mono-bugs] [Bug 77498][Blo] Changed - PrivateFontCollection crash
Mono to crash in native code
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 7 16:18:53 EST 2006
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 pkwan at advsofteng.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77498
--- shadow/77498 2006-02-07 16:18:06.000000000 -0500
+++ shadow/77498.tmp.31934 2006-02-07 16:18:53.000000000 -0500
@@ -57,6 +57,11 @@
pfc.AddFontFile(Server.MapPath("/arial.ttf"));
int ii = pfc.Families.Length;
FontFamily m = pfc.Families[0];
Font ff = new Font(m, 12, FontStyle.Regular, GraphicsUnit.Pixel);
%>
<%=ff.ToString()%>
+
+------- Additional Comments From pkwan at advsofteng.net 2006-02-07 16:18 -------
+Created an attachment (id=16458)
+ASPX page to reproduce PrivateFontCollection problem
+
More information about the mono-bugs
mailing list