Linux主机添加Windows字体
Posted 借你耳朵说爱你
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux主机添加Windows字体相关的知识,希望对你有一定的参考价值。
步骤:
1、mkdir /usr/share/fonts/windows
2、先从你本机 C:WindowsFonts 拷贝或者网络上下载你想要安装的字体文件(*.ttf文件)到/usr/share/fonts/windows目录下
3、修改字体文件的权限,使root用户以外的用户也可以使用
cd /usr/share/fonts/windows
chmod 755 *.ttf
4、建立字体缓存
mkfontscale (如果提示 mkfontscale: command not found,需自行安装 # yum install mkfontscale )
mkfontdir
fc-cache -fv (如果提示 fc-cache: command not found,则需要安装# yum install fontconfig )
5、重启计算机
reboot
以上是关于Linux主机添加Windows字体的主要内容,如果未能解决你的问题,请参考以下文章
无法将 Linux 机器作为 Slave 添加到在 Windows 机器上运行的 Jenkins 主机