我想在 Fedora 14 上安装 Tahoma,我创建一个文件夹.字体将我的 tahoma 字体复制到此文件夹中,然后在我的终端中运行此命令 fc-cache -f
但是我还不能使用这种字体,我应该如何在 Fedora 14 中安装字体?
答案1
字体文件叫Tahoma.ttf吗?
什么是
fc-list | grep -i tahoma
说?
当你跑步时会发生什么
fc-cache -v
? 您的 ~/.fonts 目录是否出现在输出中?
这是我刚刚在 ~/.fonts 中添加一些字体时的样子。
$ fc-cache -v
/usr/share/fonts: skipping, existing cache is valid: 0 fonts, 3 dirs
/usr/share/fonts/X11: skipping, existing cache is valid: 0 fonts, 3 dirs
...
/usr/share/fonts/truetype: skipping, existing cache is valid: 0 fonts, 8 dirs
...
/home/username/.fonts: caching, new cache contents: 3 fonts, 0 dirs
/var/cache/fontconfig: not cleaning unwritable cache directory
/home/username/.fontconfig: cleaning cache directory
fc-cache: succeeded
答案2
尝试将字体放入 /usr/share/fonts。另外,请查看此概述 - 它对 Fedora 14 仍然有效(我现在正在运行它),我至少建议打开字节码解释器:
http://linuxtweaking.blogspot.com/2010/03/fedora-12-improving-awful-font.html
编辑:如果您按照该页面上的说明进行操作,freetype 包的安装如下:
yum install freetype-freeworld
(不是 freeworld-freetype!)
答案3
重新启动您想要使用该字体的程序。此外,~/.fonts
目录的位置也很重要。