linux添加字体(adobe)

线上的环境,应用会生成pdf文件, 需要用到Adobe字体。所以要被服务器添加这个字体,如何做呢。

将字体文件放到/usr/share/fonts目录下, 执行fc-cache,然后执行fc-list查看是否有字体。 其实和windows差不多,就是把下载好的字体放到相应的目录

[root@jarserver50 ~]# cd /usr/share/fonts/   # 切换到放字体的目录
[root@jarserver50 fonts]# ls
AdobeSongStd-Light_(v5.010).otf  ttf        # AdobeSongStd-Light_(v5.100).otf 就是放的字体文件
[root@jarserver50 fonts]# 
[root@jarserver50 fonts]# fc-cache
[root@jarserver50 fonts]# fc-list            # 列出目前系统存在的字体
DejaVu Math TeX Gyre:style=Regular
DejaVu Serif,DejaVu Serif Condensed:style=Condensed,Book
DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold Italic,Bold Italic
DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold,Bold
DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique
DejaVu Sans Mono:style=Bold Oblique
DejaVu Serif:style=Bold Italic
DejaVu Sans:style=Bold Oblique
DejaVu Sans:style=Oblique
DejaVu Sans Mono:style=Oblique
DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique
DejaVu Sans,DejaVu Sans Light:style=ExtraLight
DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book
DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold
DejaVu Serif,DejaVu Serif Condensed:style=Condensed Italic,Italic
DejaVu Sans:style=Bold
DejaVu Sans:style=Book
Adobe Song Std,Adobe 宋体 Std,Adobe Song Std L,Adobe 宋体 Std L:style=L,Regular  # 可以看到刚才放的字体文件
DejaVu Serif:style=Italic
DejaVu Sans Mono:style=Book
DejaVu Sans Mono:style=Bold
DejaVu Serif:style=Book
DejaVu Serif:style=Bold

 

posted @ 2019-08-07 00:01  opss  阅读(1091)  评论(0编辑  收藏  举报