Re: [iText-questions] Automatically fitting text to a defined area

2007-04-06 Thread Paulo Soares
See PdfSignatureAppearance.fitText(). Paulo De: [EMAIL PROTECTED] em nome de David Powell Enviada: sex 06-Abr-07 13:14 Para: itext-questions@lists.sourceforge.net Assunto: [iText-questions] Automatically fitting text to a defined area Does iText provides a

[iText-questions] Automatically fitting text to a defined area

2007-04-06 Thread David Powell
Does iText provides a method to automatically fit a given text string to a defined area? What I would like to do is to define an area bounded by a rectangle and then add some text to that area and having the text automatically resize(larger or smaller) so that it fits the area exactly. Is this pos