Netbeans 字体渲染

发布于 2024-10-21 18:04:35 字数 201 浏览 2 评论 0原文

我通常使用Eclipse,但有时我也想使用Netbeans,特别是Netbeans Platform,它看起来相当不错。

我遇到的唯一问题是,在 Netbeans 上渲染字体很糟糕,没有任何好的提示,因此与 Eclipse 上的字体渲染相比,它看起来相当糟糕。这看起来很糟糕,尤其是在 Ubuntu 上。

您知道如何改进 Netbeans 上的字体渲染吗?

I usually use Eclipse, but I'd also like to use Netbeans sometimes, especially the Netbeans Platform which looks quite nice.

The only problem I have is that rendering fonts on Netbeans is crappy, without any nice hinting so it looks quite bad in comparison to font rendering on Eclipse. That looks bad especially on Ubuntu.

Do you know how to improve the font rendering on Netbeans?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

懷念過去 2024-10-28 18:04:35

尝试将以下选项添加到您的 netbeans.conf 中:

-J-Dawt.useSystemAAFontSettings=on -J-Dswing.aatext=true

try adding the following options to your netbeans.conf:

-J-Dawt.useSystemAAFontSettings=on -J-Dswing.aatext=true
叶落知秋 2024-10-28 18:04:35

字体在 v6.9.1 和 v7.01 上渲染得很好,但在 v7.1rc2 上渲染得很差。
此问题已在夜间构建中修复(即 NetBeans IDE Build 201112270601)

或者,您可以尝试编辑 netbeans.conf,即。添加:

-J-Dawt.useSystemAAFontSettings=on -J-Dswing.aatext=false

netbeans_default_options 中的 false。以上将禁用 swing 的 AA 字体并启用 System 的 AA 字体。

但 SystemAA 可能更糟。恕我直言,与 v7.01 中的字体 AA 渲染系统相比,Vista 的字体 AA 有所缺乏

fonts are rendered well on v6.9.1 and v7.01, but badly in v7.1rc2.
This has been fixed in a nightly build (ie. NetBeans IDE Build 201112270601)

Or, you may try editing netbeans.conf, ie. add:

-J-Dawt.useSystemAAFontSettings=on -J-Dswing.aatext=false

in netbeans_default_options. The above will disable swing's font AA and enable System's font AA.

But the SystemAA may be worse. IMHO Vista's font AA is lacking compared to the font AA rendering system in v7.01

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文