On Wed, 2008-08-20 at 23:47 -0700, dan_volp wrote: > I'm using monodevelo 0.19 on fedora 9 with mono 1.9.1 and the > DrawString(string, Font, Brush, RectangleF) does not work, it prints nothing > on the paper. > if I use DrawString(string, Font, Brush, float, float, StringFormat) it > works > if I use DrawRectangles(Pen, RectangleF[]) it draws a rectangle > if I use DrawString(string, Font, Brush, RectangleF) nothing appens > I tried to change the font but nothing happened
Please fill a bug report @ http://www.mono-project.com/Bugs Include: * a complete, but as small as possible, test case that shows your problem. * which mono packages are installed on your system Thanks Sebastien > If I can't use this method how can I draw strings with more than 1 column? > Is there something for reports with monodevelop an linux? > > If I can't solve this problem I will not be able to use mono for my purposes > ... :-( > > thanks to everyone _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
