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">静脉用药</tspan> <tspan
x="0" dy="1em">仅供配制</tspan> <tspan x="0"
dy="1em">根据方案的指导使用</tspan>
<tspan x="0" dy="1em">避光</tspan> <tspan x="0"
dy="1em">贮存于 2 ° C - 25 ° C
</tspan></text>
</svg>
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]