Re: [iText-questions] Hanging indents bug report

2011-10-08 Thread 1T3XT BVBA
On 5/10/2011 11:37, jansorby wrote: > This is how I think it should be. Thank you for the bug fix and especially for the example that reproduces the problem. It was very helpful, and your fix was uploaded to the SVN repository: http://itext.svn.sourceforge.net/viewvc/itext?view=revision&revision=4

[iText-questions] Hanging indents bug report

2011-10-05 Thread jansorby
Using setFirstLineIndent() and adding a tabulator Chunk to create a hanging indent causes the first line to wrap to early. I think the bug is caused by a missing line in PdfLine.setExtraIndent(float extra). This is how I think it should be. void setExtraIndent(float extra) { left += ext