Op 18/02/2011 17:00, Wyatt Biker schreef: > Maybe I can rephrase the question.
This was already answered a couple of days ago, wasn't it? You can create a PdfTextArray: http://api.itextpdf.com/com/itextpdf/text/pdf/PdfTextArray.html and then add it with showText(): http://api.itextpdf.com/com/itextpdf/text/pdf/PdfContentByte.html#showText%28com.itextpdf.text.pdf.PdfTextArray%29 This is what happens internally when kerning is applied. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
