What you want is ColumnText.showTextAligned(). It's in the version at itextpdf.sf.net.
Best Regards, Paulo Soares > -----Original Message----- > From: Carmona Perez, David [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2003 9:47 > To: Itext-Questions (E-mail) > Subject: [iText-questions] BaseFont and underline > > Hi, > > Does anyone know any method to get an underline with a base font?. I need > it for drawing text with the PdfContentByte class, it uses BaseFonts > instead of Fonts in the setFontAndSize method. The underline feature > belongs to the Font class. > > The only solution I can imagine is to write manually a line, by using the > methods of PdfContentByte, but surelly there is an easier method. > > Thanks in advance for any help. > -------- > David > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
