linux服务器添加字体

1. 在window服务器下查找相应字体

linux服务器添加字体

2.将文件改名并且放入相应位置

  mkdir -p  /usr/share/fonts/chinese/TrueType/

  cd /usr/share/fonts/chinese/TrueType/

  mv /root/simsun.ttc simsun.ttf   #此处需要先将文件传到用户目录,移动并且改名

3.安装新字体

 fc-list #我们可以使用fc-list命令进行查看,

 yum install -y fontconfig mkfontscale  #当不存在fc-list的时候需要安装相关软件包

 fc-cache -fv #开始安装相应字体,在字体目录下运行相关方法。

 fc-list #查看安装的字体

查看系统安装的字体:

linux服务器添加字体

 mkdir -p  /usr/share/fonts/chinese/TrueType/

  cd /usr/share/fonts/chinese/TrueType/

  mv /root/simsun.ttc simsun.ttf   #此处需要先将文件传到用户目录,移动并且改名

 mkdir -p  /usr/share/fonts/chinese/TrueType/

  cd /usr/share/fonts/chinese/TrueType/

  mv /root/simsun.ttc simsun.ttf   #此处需要先将文件传到用户目录,移动并且改名

上一篇:大数据处理框架之Strom: Storm----helloword


下一篇:大数据处理框架之Strom: Storm拓扑的并行机制和通信机制