[Mono-bugs] [Bug 78939][Nor] Changed - [Patch] Interop difference from MS.Net
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 26 00:22:44 EDT 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 jonathan.chambers at ansys.com.
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: mono-bugs at ximian.com
ReportedBy: monkey at jpobst.com
QAContact: mono-bugs at ximian.com
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 jonathan.chambers at ansys.com 2006-07-26 00:18 -------
Created an attachment (id=17353)
Patch
+
+------- Additional Comments From jonathan.chambers at ansys.com 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.
More information about the mono-bugs
mailing list