Re: [iText-questions] differences in character placement

2013-01-14 Thread jayzee
Hi Erik / iText Users, I've come to similar conclusions as you. It doesn't seem like you can kern text and wrap it. It seems like you can use ColumnText to get wrapped text (that goes to the next line if the width exceeds the box), or you can use cb.showTextKerned() if you want kerning but not bot

Re: [iText-questions] differences in character placement

2009-06-15 Thread Erik R
Hi, I noticed that in InDesign when changing option Kerning from Metrics (which is default) to 0 i get the same result as iText. I assume kerning information from the font is not used in iText when using ColumnText.ShowTextAligned(). I was planning to use the ColumnText and the SetText() metho

Re: [iText-questions] differences in character placement

2009-06-15 Thread Leonard Rosenthol
Could be kerning but more likely it's the "optional alignment" technology in InDesign... -Original Message- From: Erik R [mailto:r...@ownit.nu] Sent: Monday, June 15, 2009 6:19 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] differences in character placement Hi