I am using Batik to dynamically generate text in various languages. In one case I am using the Arial Unicode MS font to generate chinese characters. I am making JPEG images of the text which is then used as a label. I am wondering why the JPEG images of chinese characters generated by Batik seem so blurry. I am setting the JPEG image quality to "1" What things can I try to improve the image quality?

Below is an example of data I am working with if you would like to see for yourself.

<svg>
<text startOffset="0" style="opacity:1;text-anchor:start;font-family:Arial Unicode MS;"> <tspan x="0" dy="1em">&#x9759;&#x8109;&#x7528;&#x836F;</tspan> <tspan x="0" dy="1em">&#x4EC5;&#x4F9B;&#x914D;&#x5236;</tspan> <tspan x="0" dy="1em">&#x6839;&#x636E;&#x65B9;&#x6848;&#x7684;&#x6307;&#x5BFC;&#x4F7F;&#x7528;</tspan> <tspan x="0" dy="1em">&#x907F;&#x5149;</tspan> <tspan x="0" dy="1em">&#x8D2E;&#x5B58;&#x4E8E; 2 &#xB0; C - 25 &#xB0; C </tspan></text> </svg>


Michael

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

Reply via email to