Windows 上 emacs 23.2 中的抗锯齿字体
我无法让抗锯齿字体在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个错误,应该在 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