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
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 -- View this message in context: http://www.nabble.com/DrawString%28string%2C-Font%2C-Brush%2C-RectangleF%29-tp19065277p19065277.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
