Re: [iText-questions] Issue with stamping of Accented Characters

2008-05-23 Thread Vrishali
As I have explained in my first message, my main issue is when Accented Characters are found in the first line and if columnText.setUseAscender(true), then the accent goes above the given Y Position. I found two workarounds to fix this issue. 1st: Set columnText.setUseAscender(false). Set paragra

Re: [iText-questions] Issue with stamping of Accented Characters

2008-05-23 Thread 1T3XT info
Vrishali wrote: > I found a workaround to fix it by using the padding top on a cell. But > padding top value would depend on the biggest font size in the first line. > Does anyone know the way to get the biggest font size in the first line? There's a method in PdfLine that gives you the maximum si

Re: [iText-questions] Issue with stamping of Accented Characters

2008-05-23 Thread Vrishali
I found a workaround to fix it by using the padding top on a cell. But padding top value would depend on the biggest font size in the first line. Does anyone know the way to get the biggest font size in the first line? Thank you for any help. Vrishali Vrishali wrote: > > I am using paragraphs