安装了 12.04 的 Ubuntu 桌面即将崩溃。在新机器上安装了 13.04,想将 Book Antiqua 字体从旧机器转移到新机器。如何在旧机器上找到它?我的/usr
目录是空的。
我的fonts.conf
文件有以下几行:
<!-- Font directory list -->
<dir>/usr/share/fonts</dir>
<dir>/usr/x11R6/lib/X11/fonts</dir>
<dir>/usr/local/share/fonts</dir>
<dir>~/.fonts</dir>
不知道这是什么意思,但我的/usr
目录中没有任何内容。
答案1
我使用fc-list
命令来查看已安装的字体列表。
答案2
秘密地点:
您的字体所在位置的秘密位置在 中定义
/etc/fonts/fonts.conf
。gedit /etc/fonts/fonts.conf
标准位置:
/usr/share/fonts /usr/local/share/fonts /home/<username>/.fonts #where <username> is your user name
请注意,该
.fonts
文件夹是隐藏文件夹。
答案3
我发现可以在 Precise (12.04) 和 Trusty (14.04) 中安装字体
~/.local/share/fonts
答案4
要知道字体在哪里,请在终端中询问 Ubuntu:
whereis fonts
回复示例:
fonts: /etc/fonts /usr/share/fonts
第一个路径包含 fonts.conf 文件,该文件指定了字体设置和其他位置。第二个路径是您要查找的默认字体系统目录。