Hi,

I generate a .svg file. In this file the font size is tailored:

><g style="font-family:&apos;Times New Roman&apos;; font-size:30;"

The browser (firefox, chrome works ok)ignores the fontsize.

It exspects
><g style="font-family:&apos;Times New Roman&apos;; font-size:30px;"
i.e appending a pt or px to the fontsize.

How can I achieve this?
I now use
g.setFont(new Font("Times New Roman", Font.PLAIN, 30));

JDK 1.6.0_18, jre6, Windows

Thank you.
Cheers
Detlef

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org

Reply via email to