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=78939 --- shadow/78939 2006-07-26 00:19:03.000000000 -0400 +++ shadow/78939.tmp.21074 2006-07-26 00:22:44.000000000 -0400 @@ -11,13 +11,13 @@ AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Interop difference from MS.Net +Summary: [Patch] Interop difference from MS.Net Description of Problem: I am trying to use the Windows GDI call "DrawText" on a form. In order to set the font, you call SelectObject and pass it a Font.ToHfont. On MS's runtime, the attached test case correctly draws the font in Wingdings. On mono's runtime, the test case uses what I assume is the default font. @@ -63,6 +63,11 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-07-26 00:18 ------- Created an attachment (id=17353) Patch + +------- Additional Comments From [EMAIL PROTECTED] 2006-07-26 00:22 ------- +Patch to fix bug. This is only a fix for SD; I'm not sure if there is +a problem in interop or not. I thought we fixed all this once already. +See bugs 77523, 77524, and 77683. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
