I'm writing text using ColumnText (setSimpleColumn()), to control output to a 
PDF.

iText outputs leading space at the top of every line it writes. I'm trying to 
simulate behavior of text processors, that output leading space after (at the 
bottom of) each line.

I don't have any problem with the first line of ColumnText, because I'm using 
ColumnText.setUseAscender(true), nor the inner lines (setLeading() 
automatically 
does that). But I need to know the max font size of text written in the last 
line (I'm using multiplier leading) in order to calculate extra space for the 
text.

Is there any way to know the max font size used in last line of ColumnText?

Thanks in advance,Javier 


      
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
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

Reply via email to