增加中文字体以及安装脚本,便于linux下安装中文字体

This commit is contained in:
2025-07-02 15:45:55 +08:00
parent 7abd81ba1c
commit 3ba88eabac
26 changed files with 9 additions and 1 deletions

View File

@@ -11,4 +11,6 @@
+ 若出现格式问题需先使用LibreOffice打开修复后在进行转换 + 若出现格式问题需先使用LibreOffice打开修复后在进行转换
+ [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

Binary file not shown.

BIN
document-fonts/fonts/Dengb.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/Dengl.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/FZSTK.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/FZYTK.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/SIMLI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/SIMYOU.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STCAIYUN.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STFANGSO.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STHUPO.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STKAITI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STLITI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STSONG.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STXIHEI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STXINGKA.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STXINWEI.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/STZHONGS.TTF Executable file

Binary file not shown.

BIN
document-fonts/fonts/msyh.ttc Executable file

Binary file not shown.

BIN
document-fonts/fonts/msyhbd.ttc Executable file

Binary file not shown.

BIN
document-fonts/fonts/msyhl.ttc Executable file

Binary file not shown.

BIN
document-fonts/fonts/simfang.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/simhei.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/simkai.ttf Executable file

Binary file not shown.

BIN
document-fonts/fonts/simsun.ttc Executable file

Binary file not shown.

View 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