Right alignment printing problem

I did encounter quite a problem trying to correctly right align a couple of numerical field in a listview print form.

Fields in the printpreview were perfectly aligned and correct, but when printed, on different printers/different drivers, the alignment was gone, no one of the fields was horizontally aligned with the same field of other rows.

Thanks of the css styles I was able to change different settings and found that the problem was with VERDANA and TAHOMA fonts. The problem dissapeared with SANSERIF font. Probably is a Java/Windows problem, anyone can confirm?

Thanks in advance.

Servoy Developer
Version R2 2.1.1rc1-build 311
Java version 1.4.2_04-b05 (Windows XP)

Did you use a normal text_field?

yessir, with and without formatting.

this really looks like a jvm/font problem (the calculation how big a font is goes wrong)

Maybe if we could make a very good simple example we could send this over to sun…