Windows 上 emacs 23.2 中的抗锯齿字体

发布于 2024-09-02 03:57:00 字数 364 浏览 5 评论 0原文

我无法让抗锯齿字体在 emacs 23.2 中正常工作,以至于它看起来实际上并不支持抗锯齿字体。

如果我在 emacs 23.1 中执行以下操作:

(set-face-font 'default "DejaVu Sans Mono-9.0:antialias=subpixel")
(describe-font nil)

那么这会将全名报告为“DejaVu Sans Mono-9.0:antialias=subpixel”,并且字体看起来漂亮且平滑。

然而,在 emacs 23.2 中做同样的事情会得到全名“DejaVu Sans Mono-9.0”,而且字体看起来又脏又粗。

我做错了什么吗?

I'm having trouble getting antialiased fonts to work correctly in emacs 23.2, to the extent that it appears that it doesn't actually support antialised fonts.

If I do the following in emacs 23.1:

(set-face-font 'default "DejaVu Sans Mono-9.0:antialias=subpixel")
(describe-font nil)

Then this reports the full name as "DejaVu Sans Mono-9.0:antialias=subpixel", and the font looks nice and smooth.

However, doing the same thing in emacs 23.2 gives the full name as "DejaVu Sans Mono-9.0" and the font looks nasty and chunky.

Is there something I'm doing wrong?

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

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

发布评论

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

评论(1

雨的味道风的声音 2024-09-09 03:57:00

这是一个错误,应该在 emacs 的未来版本中修复;请参阅 http://debbugs.gnu.org/cgi/bugreport.cgi?bug =6303

This was a bug which should be fixed in a future version of emacs; see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6303

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