为什么 Java 应用程序的 UI 文本被减少了一半?

为什么 Java 应用程序的 UI 文本被减少了一半?

我不太关心字体本身,但对于大多数 awt 应用程序来说,行高都会减少一半。

eclipse 和 intellij 看起来很棒。但是这是 jmeter(我使用了一些使字体看起来更好的选项,但对于行高问题来说这根本不重要)

$ jmeter
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
-Dsun.java2d.xrender=true
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.jmeter.gui.MainFrame (file:/usr/share/jmeter/lib/ext/ApacheJMeter_core.jar) to field sun.awt.X11.XToolkit.awtAppClassName
WARNING: Please consider reporting this to the maintainers of org.apache.jmeter.gui.MainFrame
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

在此处输入图片描述

编辑 1:截屏后,我注意到我打开了外观菜单,而我之前并不知道这一点。更改为 GTK+ 可以修复菜单中的行高,而不是按钮中的行高。但是它也会破坏颜色。您可以在左侧看到,它是白色背景上的白色文本

在此处输入图片描述

相关内容