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
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
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