Re: [iText-questions] Leading bug

2006-10-09 Thread dabesenwesen
est, Vol 5, Issue 30 > Message: 4 > Date: Mon, 9 Oct 2006 14:21:40 +0100 > From: "Paulo Soares" <[EMAIL PROTECTED]> > Subject: Re: [iText-questions] Leading bug > To: "Post all your questions about iText here" > > Message-ID: > <

Re: [iText-questions] Leading bug

2006-10-09 Thread Paulo Soares
aragraph(20, s, FontFactory.HELVETICA); > par.setAlignment(Element.ALIGN_LEFT); > return par; > } > > Original-Nachricht > Datum: Mon, 09 Oct 2006 06:40:51 -0700 > Von: [EMAIL PROTECTED] > An: itext-questions@lists.sourceforge.net >

Re: [iText-questions] Leading bug

2006-10-09 Thread Paulo Soares
Behalf Of [EMAIL PROTECTED] > Sent: Monday, October 09, 2006 2:00 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Leading bug > > Hello, > > both > > 'new Phrase(14, someString, getFont())' > > and > > 'new Paragraph(1

[iText-questions] Leading bug

2006-10-09 Thread dabesenwesen
Hello, both 'new Phrase(14, someString, getFont())' and 'new Paragraph(14, someString, getFont())' show the following behavior: Leading is only applied after manually inserted '\n' (newline) characters. Automatically wrapped text (longer than one line) is placed with very tight spacing. I'm