How do I use anti-aliased fonts in Java?
Anti-aliasing is a graphical technique used to smooth jagged edges. Although it takes longer to draw things when anti-aliasing is used, the result is usually well worth the extra processing power required. Anti-aliasing is especially useful with text — anti-aliased fonts are much cleaner, better-looking, and more readable.
December 15, 2007 | Filed Under Programming | 5 Comments