DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Superscript in PDF report extends to the previous line

Solved!
Go to solution

Hello everyone,

 

In our PDF report, we mark the information we obtain from our customers with an "a" in superscript in front of a text. The problem is the superscript a crosses upper line and extends to the previous line which doesn't look nice (see picture, screenshot of PDF report at 128%). The superscript is written as

^ha^n

One solution to solve it would be to enlarge the lines, but then the page won't fit all the information we need. Is there maybe settings to lower the superscript a bit? I couldn't find it anywhere. Or other solution at all? 

 

MarekNebyla_0-1612173818852.png

 

Thank you very much

Marek

0 Kudos
Message 1 of 3
(1,365 Views)
Solution
Accepted by topic author MarekNebyla

Maybe using a unicode character might work.

 

ª Custom

 

Just copy and paste the character from above.

If you work with script you need to make sure your script is unicode or use ChrW method.

 

MsgBox (ChrW(&h00AA) & " Custom")

 

You will find charaters like this using "Windows Character Map".

AndreasK_0-1612200413837.png

 

 

Message 2 of 3
(1,330 Views)

Thank you very much, AndreasK!

It works again. I used the Ctrl+C, Ctrl+V method.

 

Marek

0 Kudos
Message 3 of 3
(1,314 Views)