Changing of the font's antialiasing parameters?
I was never programming swing gui stuff :).
Could the fonts antialiasing have different parameters? I have LCD screen and any fonts in IDEA looks ugly :(. Probably, there is any way to change it? At least, to experiment?
Thanks
Please sign in to leave a comment.
You only can disable or enable antialiasing in Java2d. There is no
possibility to tweak it like in Adobe Acrobat Reader. If the fonts look
ugly, please disable antialiasing and/or choose different fonts (e.g.
Profont for the editor).
Tom
Keep an eye on this this bug[/url] on Sun's Bug Parade. Unfortunately, the java engineers evaluation of the problem is not a happy one.