从文件加载 VIM 字体

发布于 2024-10-25 22:36:55 字数 119 浏览 1 评论 0原文

有没有办法从 Vim 中的文件加载字体?我的意思是我有例如 ~/.vim/somefont.ttf 字体文件,并且想将其用作 Vim 字体。是否可以?或者只支持系统安装的字体?

谢谢

Is there any way to load font from file in Vim? I mean I have for example ~/.vim/somefont.ttf font file and want to use it as Vim font. Is it possible? Or only system installed fonts are supported?

Thanks

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

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

发布评论

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

评论(1

流心雨 2024-11-01 22:36:55

您不能指向 /some/path/somefile.ttf 并要求 gvim 使用该字体,但您可以在本地为您的用户注册一个字体目录。
从 shell 中运行:(

$ fc-cache -f ~/.vim

或者更好的是 ~/.fonts,因为为用户注册的字体并非特定于 vim)

You cannot point to /some/path/somefile.ttf and ask gvim to use that font, but you can register a font directory locally, for your user.
From the shell, run:

$ fc-cache -f ~/.vim

(or better yet, ~/.fonts, since the fonts registered for the user are not specific to vim)

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