Hi, I made a small svg-decoder in java in which I draw text with the grapics2d method drawString. However the font isn't quite the same as the windows font. I noticed batik doesn't have this issue. Which brings me to the question: how did batik solve that problem?
I know that in java you need a correction depending on the dpi of the screen. This makes the size of the text the same as the one used in windows. However the kerning distance is wider in that case. I use a rather old version of java . It doesn't has fonthinting in it. -- View this message in context: http://www.nabble.com/font-rendering-tf2514068.html#a7011449 Sent from the Batik - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
