[Mono-bugs] [Bug 80947][Wis] Changed - FontDialog FixedWidth Problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 23 13:16:57 EST 2007
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 jeffr at newhartsystems.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80947
--- shadow/80947 2007-02-23 12:34:21.000000000 -0500
+++ shadow/80947.tmp.13988 2007-02-23 13:16:57.000000000 -0500
@@ -20,6 +20,18 @@
called FixedWidth. When set it causes only fixed width fonts to be
displayed (Under the Microsoft Runtime), under Mono all fonts are
displayesd.
------- Additional Comments From everaldo at simios.org 2007-02-23 12:34 -------
Can you provide a sample source code?
+
+------- Additional Comments From jeffr at newhartsystems.com 2007-02-23 13:16 -------
+I don't beleive this, if I create a new Windows Forms Application
+and just add these 3 lines in a ButtonEvent it works correct. If I
+take these 3 lines and put them in my application it does not work !
+
+FontDialog d = new FontDialog();
+d.FixedPitchOnly = true;
+d.ShowDialog();
+
+Have you got any idea as to can cause such a thing ?
+
More information about the mono-bugs
mailing list