Quoting "Jaladurgam, Ramana" <[EMAIL PROTECTED]>: > Hi, > How to determine the line height a chunk can occupy? A chunk may occupy > more than one line, but how to find out the height of each line?
A Chunk doesn't have a 'leading', so you can't define a line height for a Chunk. You have to put the Chunk in a Phrase or a Paragraph. Bruno ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
