增加中文字体以及安装脚本,便于linux下安装中文字体
This commit is contained in:
@@ -12,3 +12,5 @@
|
|||||||
|
|
||||||
+ [docto-document-server](document-server/docto-document-server)下使用poi-tl处理word文件,使用docto调用`Microsoft Office`来转换格式,`java -jar xxx.jar`启动
|
+ [docto-document-server](document-server/docto-document-server)下使用poi-tl处理word文件,使用docto调用`Microsoft Office`来转换格式,`java -jar xxx.jar`启动
|
||||||
+ 仅能运行在Windows,兼容性最好,比较慢
|
+ 仅能运行在Windows,兼容性最好,比较慢
|
||||||
|
|
||||||
|
+ [document-fonts](document-fonts)为linux下需要安装的中文字体
|
||||||
BIN
document-fonts/fonts/Deng.ttf
Executable file
BIN
document-fonts/fonts/Deng.ttf
Executable file
Binary file not shown.
BIN
document-fonts/fonts/Dengb.ttf
Executable file
BIN
document-fonts/fonts/Dengb.ttf
Executable file
Binary file not shown.
BIN
document-fonts/fonts/Dengl.ttf
Executable file
BIN
document-fonts/fonts/Dengl.ttf
Executable file
Binary file not shown.
BIN
document-fonts/fonts/FZSTK.TTF
Executable file
BIN
document-fonts/fonts/FZSTK.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/FZYTK.TTF
Executable file
BIN
document-fonts/fonts/FZYTK.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/SIMLI.TTF
Executable file
BIN
document-fonts/fonts/SIMLI.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/SIMYOU.TTF
Executable file
BIN
document-fonts/fonts/SIMYOU.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STCAIYUN.TTF
Executable file
BIN
document-fonts/fonts/STCAIYUN.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STFANGSO.TTF
Executable file
BIN
document-fonts/fonts/STFANGSO.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STHUPO.TTF
Executable file
BIN
document-fonts/fonts/STHUPO.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STKAITI.TTF
Executable file
BIN
document-fonts/fonts/STKAITI.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STLITI.TTF
Executable file
BIN
document-fonts/fonts/STLITI.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STSONG.TTF
Executable file
BIN
document-fonts/fonts/STSONG.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STXIHEI.TTF
Executable file
BIN
document-fonts/fonts/STXIHEI.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STXINGKA.TTF
Executable file
BIN
document-fonts/fonts/STXINGKA.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STXINWEI.TTF
Executable file
BIN
document-fonts/fonts/STXINWEI.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/STZHONGS.TTF
Executable file
BIN
document-fonts/fonts/STZHONGS.TTF
Executable file
Binary file not shown.
BIN
document-fonts/fonts/msyh.ttc
Executable file
BIN
document-fonts/fonts/msyh.ttc
Executable file
Binary file not shown.
BIN
document-fonts/fonts/msyhbd.ttc
Executable file
BIN
document-fonts/fonts/msyhbd.ttc
Executable file
Binary file not shown.
BIN
document-fonts/fonts/msyhl.ttc
Executable file
BIN
document-fonts/fonts/msyhl.ttc
Executable file
Binary file not shown.
BIN
document-fonts/fonts/simfang.ttf
Executable file
BIN
document-fonts/fonts/simfang.ttf
Executable file
Binary file not shown.
BIN
document-fonts/fonts/simhei.ttf
Executable file
BIN
document-fonts/fonts/simhei.ttf
Executable file
Binary file not shown.
BIN
document-fonts/fonts/simkai.ttf
Executable file
BIN
document-fonts/fonts/simkai.ttf
Executable file
Binary file not shown.
BIN
document-fonts/fonts/simsun.ttc
Executable file
BIN
document-fonts/fonts/simsun.ttc
Executable file
Binary file not shown.
6
document-fonts/install-fonts.sh
Executable file
6
document-fonts/install-fonts.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
echo installing fonts
|
||||||
|
sudo mkdir -p /usr/share/fonts/truetype
|
||||||
|
sudo cp -r ./fonts/* /usr/share/fonts/truetype/
|
||||||
|
sudo fc-cache -fv
|
||||||
|
echo fonts installed
|
||||||
Reference in New Issue
Block a user