hi all,
I am using batik JPEG transcoder to
convert SVG into an image.
For all the SVG it does fine,when the text element
is having some japanese characters it is not converting the characters and the
image appears with the characters 'テスãƒ'.I put the
following ttf files(msmincho.ttf,msgothic.ttf) in the jdk path ,but still i face
the same problem.I understand that batik uses ttf2svg.jar for font conversion,i
am not sure how i should tell the JPEG transcoder to use ttf2svg.jar to convert
the fonts properly.please guid me.
thanks a lot
GVS
<svg
id="theSVG" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:a3="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" >
<g id="world"> <rect id="bg" x="0" y="0" class="ViewBackGround"
width="100%" height="100%" style="pointer-
events:visible" />
<g id='vComponent;59536'
transform='translate(40.0 ,1412.5)
rotate(0.0)'>
<text
class='StatuskeyDimensionObjectText' x='-35.0' y='2.5' >テストNumber</text>
</g>
</g>
</svg>
-