Y
Yaroslav Bulatov
Here's an example of text printed from Java, it was rendered using
Graphics.drawString, sent to a PostScript printer (WPrinterJob is the
default printer job)
http://yaroslavvb.com/work/curve-noise1.png
Top is what Java prints, under magnification, bottom is what it should
be. You can see that curves are uneven, and every character is
rendered in a slightly different way. What causes this, and how can
the quality be improved?
Yaroslav
Graphics.drawString, sent to a PostScript printer (WPrinterJob is the
default printer job)
http://yaroslavvb.com/work/curve-noise1.png
Top is what Java prints, under magnification, bottom is what it should
be. You can see that curves are uneven, and every character is
rendered in a slightly different way. What causes this, and how can
the quality be improved?
Yaroslav