RE: [iText-questions] line justification

2005-12-09 Thread Mitch Freed
'\u00a0' works great. Thanks!   -Mitch   From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 1:30 AMTo: Mitch Freed; itext-questions@lists.sourceforge.netSubject: RE: [iText-questions] line justification That's expected for justified text that

RE: [iText-questions] line justification

2005-12-09 Thread Paulo Soares
That's expected for justified text that also spaces the chars. You can turn off the char spacing with PdfWriter.setSpaceCharRatio(PdfWriter.NO_SPACE_CHAR_RATIO). Another option is to use '\u00a0' underlined instead of underscores. From: [EMAIL PROTECTED] on behalf of Mitch FreedSent: Fri

Re: [iText-questions] line justification

2005-12-09 Thread Vineet Reynolds
I think it is because of the difference between JUSTIFIED and JUSTIFIED_ALL. The former is usually the way to go, the latter usually creates the problem described by you. Please check the code once again or switch between the two variants.On 12/9/05, Mitch Freed <[EMAIL PROTECTED]> wrote: I have a