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-24 15:26:12.000000000 -0400 +++ shadow/78939.tmp.590 2006-07-24 15:26:12.000000000 -0400 @@ -0,0 +1,42 @@ +Bug#: 78939 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: interop +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: 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. + +Steps to reproduce the problem: +1. Compile attached program. +2. Run program. + +Actual Results: +"Test Text!!!" is written in the upper left corner in readable text. + +Expected Results: +"Test Text!!!" should be written in Wingdings. + +How often does this happen? +Always. + +Additional Information: +A screenshot showing the difference is also attached. This may be a MWF +bug and not an interop bug, if so, please change Component. + +Thanks. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
