RE: [iText-questions] aligned text

2003-10-30 Thread Paulo Soares
Use no-break spaces '\u00a0'. Best Regards, Paulo Soares > -Original Message- > From: feng qian [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 16:22 > To: [EMAIL PROTECTED] > Subject: [iText-questions] aligned text > > Hi, > >

Re: [iText-questions] aligned text

2003-10-30 Thread Victor Apocalypse Rodrigues
Use fixed width fonts, or use tables: a cell for "Address: " aligned right, and a cell for the rest, aligned left. feng qian wrote: Hi, I created a address phrase as follows: new Phrase ( "Address: 123 Williams Road\n" + " Reston, VA 12345", MYFON

[iText-questions] aligned text

2003-10-30 Thread feng qian
Hi, I created a address phrase as follows: new Phrase ( "Address: 123 Williams Road\n" + " Reston, VA 12345", MYFONT); Then I put the phrase in a table cell, but it could not align properly and display like this: ---