JetBrains 系列的 IDE ,在 2020.1.3 后的版本中,有较大几率会出现外接显示器上的字体渲染问题,反锯齿选项中的 Subpixel 会莫名其妙的消失,然后 fallback 到 Greyscale 上。
相关 Issue
- Ugly font in all 2020.2 EAPs on macOS
- Font rendering issue after upgrading to 2020.1 on external displays
之前可以通过更换平台的 JDK 来解决,最近看到有一个较简便的解决方法,记录如下。
在『Help | Edit Custom VM options』中,添加 JVM 参数。
-Denable.macos.ide.subpixelAA=true
然后重启 IDE,反锯齿选项中的 Subpixel 即可选择了。