
(source: google.com )
I recently realized that the displayed Chinese characters in my application look pretty ugly.
I thought I should do them with "smoothing." But how can I do this in Java?
For your information, I obviously did not select the font that I want to use in my GUI application. I solely allow the system to decide on its own during startup. I do, however, explicitly configure the locale before showing the GUI.
Locale.setDefault(locale);
The system will always choose
javax.swing.plaf.FontUIResource [family = Tahoma, name = Tahoma, style = plain, size = 11]
regardless of whether I am in English or Chinese.