我最近在centOS6.6
框上的github存储库中安装了the patched fonts for Powerline users。
如docs中所示,我执行了运行正常并打印的脚本
[statquant@latitude fonts]$ ./install.sh
Copying fonts...
Resetting font cache, this may take a moment...
All Powerline fonts installed to /home/statquant/.local/share/fonts
确实:
[statquant@latitude fonts]$ tree /home/statquant/.local/share/fonts
/home/statquant/.local/share/fonts
├── Anonymice\ Powerline\ Bold\ Italic.ttf
├── Anonymice\ Powerline\ Bold.ttf
├── Anonymice\ Powerline\ Italic.ttf
├── Anonymice\ Powerline.ttf
...
但由于某种原因,gvim
没有拿起那些字体,因为上下文菜单Edit > select font...
我没有任何*Powerline
字体的痕迹。
任何帮助表示赞赏
答案 0 :(得分:2)
我解决了,
看着猫/etc/fonts/fonts.conf
我能看到
<dir>/usr/share/fonts</dir>
<dir>/usr/share/X11/fonts/Type1</dir>
<dir>/usr/share/X11/fonts/TTF</dir>
<dir>/usr/local/share/fonts</dir>
<dir>~/.fonts</dir>
然后我创建了一个符号链接ln -s ~/.local/share/fonts/ ~/.fonts
答案 1 :(得分:2)
添加字体时,应将这些字体放在fontconfig将扫描的目录中。运行fc-list
列出可用字体。