Posted By:
Jan_Plasqui
Posted On:
Thursday, September 13, 2001 05:45 AM
How can you print (java.awt.print.*) a string in a nice looking way like you get when using a wordpad-like text editor?
I am trying to print a mixture of geometrical shapes and some text but
drawString(String str, int x, int y)
prints ugly pixellated text instead of smoothly curved characters. I tried using textantialiasing RenderingHints but that gave a blury unreadable result.
Any ideas on how to improve the print quality?