Hi, I'm struggling to convert one character from a given TTF (arial in this case) file into SVG. The character gets converted, but when I open the SVG using IE5.5 or even the Batik browser, I see nothing.
The command I have used is: java -jar batik-ttf2svg.jar C:\WINNT\Fonts\arial.ttf -l 48 -h 49 -id MySVGFont -o mySVGFont.svg The resulted SVG file is pretty big (42k). It has got tons of tags similar to this : <hkern g1="space" g2="Delta" k="-113" /> I would have expected something a lot smaller. Any help is appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
