JetBrains / JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.28k stars 193 forks source link

Wayland font antialiasing in Swing/AWT programs #439

Open chelobaka opened 4 weeks ago

chelobaka commented 4 weeks ago

Running Java demo Font2DTest on JBR 21.0.3b509.11 with -Dawt.toolkit.name=WLToolkit option makes program window respect desktop scaling setting but all text is heavily aliased. Good old AA options -Dawt.useSystemAAFontSettings=lcd and -Dswing.aatext=true don't make any difference. Is there a way to turn antialiasing on for arbitrary Swing/AWT programs?