centos7 下安装 LibreOffice SpringBoot实现Word转PDF (字体安装篇--二)

匿名 (未验证) 提交于 2019-12-02 23:57:01

1. 获取字体

windowsC:\Windows\Fonts

simsun.ttc

simhei.ttf

msyh.ttf

msyhbd.ttf

pdf

2. 新建文件夹

linux   /usr/share/fontsCustomizedFonts

windows

 

注意:

如果在/usr/sharefontsyum -y install fontconfig

yum -y install fontconfig

chmod -R 755 /usr/share/fonts/CustomizedFonts

3. ttmkfdir

ttmkfdirfonts.scale

yum -y install ttmkfdir

vi /etc/fonts/fonts.conf

增加一行,如下图所示

<dir>/usr/share/fonts/CustomizedFonts</dir>

 

4. 信息

fc-cache

5. 校验是否安装成功

使用fc-list

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!