我正在使用 Fedora 17 和 Emacs 24 并想在 Emacs 上尝试解放字体。我试过这个HOME/.Xresources
:
Xft.antialias: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
Emacs.font: Liberation Mono-12
ORG-MODE
这只会更改普通文本,但不会更改标题等其他文本。我也不知道抗锯齿是否有效。
我也试过:
(set-fontset-font
nil '(#x0250 . #x02af) (font-spec :family "Liberation Mono"))
但它仍然是一样的。