Drawstring does not yet implement default tabbing. It has support for a passed-in tab array, though.
\n should be supported. Best is to write a small testcase and submit a bug with it. Peter -----Original Message----- From: "Mecanico Compulsivo" <[EMAIL PROTECTED]> To: <[email protected]> Date: Thursday, September 07, 2006 13:29 Subject: [Mono-list] - Printing Text Files - Hi people: I'm using a mechanism to print files. It works fine, but control characters like '\n' or '\t' are no printing in paper, although they are necessary because in the original text file I use them to separe and split data columns. I think the "bug" is in the DrawString method, but I have no more ideas. Somebody can help me with this?? I'm using a source like this: e.Graphics.DrawString(Line, TypeFont, Brushes.Black, leftMargin, yPos, new StringFormat(StringFormatFlags.LineLimit)); where: Line = actual line read from text file; (I'm using simple text file) TypeFont = name a size of font used; ('Arial', 10) Thanks; Ismael Camargo ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
