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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77523 --- shadow/77523 2006-02-10 10:11:09.000000000 -0500 +++ shadow/77523.tmp.30067 2006-02-10 11:02:22.000000000 -0500 @@ -48,6 +48,12 @@ Note, once this is fixed, System.Drawing.Font.ToHfont() is going to throw this exception on Windows (bug was found running mono SD under MS.Net runtime). System.Drawing.Font.ToLogFont (object logFont, Graphics graphics) either needs to use the other PtrToStructure overload, or the LOGFONTW/LOGFONTA structs need to be changed to formatted classes (I believe the former is the correct solution). + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-10 11:02 ------- +Actually, LOGFONTA/LOGFONTW should be a formatted class, not a struct. +Here is an MSDN article about using ToLogFont. +http://msdn.microsoft.com/library/default.asp?url=/archive/en-us/dnaraskdr/html/askgui12302003.asp + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
