Emacs:如何指定真实字体的位置?

时间:2011-11-08 15:05:17

标签: emacs fonts

我想在群集中的emacs中使用DejaVu字体 - 而且我无法在系统范围内安装字体。我把字体(它们是免费的)放在~/.fonts中。我想使用DejaVuSansMono.ttf。通常我只是输入.emacs:

(custom-set-variables 
 '(default ((t (:inherit nil :stipple nil :background "#ffffb1" :foreground "#141312" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 173 :width normal :foundry "monotype" :family "DejaVu Sans Mono")))))

但是现在emacs找不到字体了!

所以我的问题是 - 如何帮助emacs找到字体?如何指定字体的路径?

1 个答案:

答案 0 :(得分:0)

看起来bdf-directory-list会修复它。

(setq bdf-directory-list '("/path/to/fonts"))

我现在不能尝试 - 稍后会回来。