hallo,
 
i have an another question. how do i set the leading of a phrase in
a pdfpcell. when i set
 
PdfPCell zelle = new PdfPCell( new Phrase("testlauf"));
zelle.setLeading(durch,1f);
 
where durch = fontsize * 1.5;
 
i get not very good results with this parameter, i tried zelle.setLeading(durch,0f), this
works for some text good, but when the fontsize will be bigger, the lines will be together.
 
 
thanks thomas.

Reply via email to