Patrick Hess wrote:


<svg ...> <defs> <style type="text/css"> <![CDATA[ @font-face { font-family: 'Composite'; src: url('svg/comp.svg#Composite') format(svg); } @font-face { font-family: 'Arial'; src: url('svg/arial.svg#Arial') format(svg); } ]]> </style> </defs>

Is there any reason why you're including the font like this? Can't you just keep them as plain ttf's and put them in $JAVA_HOME/jre/lib/fonts? I'm assuming these svg/arial.svg are ttf fonts that you converted with batik, i've never seen this notation.


Are you sure that on windows you're getting the font from your svg/arial.svg file and not from your windows font directory?

svg would look something like (untested)

<text font-family="Another" font-size="24">mytext</text>


Jorg



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to