[Mono-list] - Printing Text Files -

Peter Dennis Bartok Peter at novonyx.com
Thu Sep 7 15:35:54 EDT 2006


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" <meca10280 at yahoo.es>
To: <mono-list at lists.ximian.com>
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  -  Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list




More information about the Mono-list mailing list