Explorar o código

fix 新增中文字体显示

DYH2020 %!s(int64=2) %!d(string=hai) anos
pai
achega
97f61b8559
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/ywt/mg/core/utils/GeneratePdf.java

+ 1 - 1
src/main/java/com/ywt/mg/core/utils/GeneratePdf.java

@@ -98,7 +98,7 @@ public class GeneratePdf {
             // 使用宋体显示中文
             String songtiFontName = "./config_file/simsun.ttc";
             songtiFontName += ",1";
-            Font songtiFont = new Font(BaseFont.createFont(songtiFontName, BaseFont.IDENTITY_H, BaseFont.EMBEDDED));//中文简体
+            Font songtiFont = new Font(BaseFont.createFont(songtiFontName, BaseFont.IDENTITY_H, BaseFont.EMBEDDED));
             Phrase phrase = new Phrase(content, songtiFont);
             doc.add(phrase);
             for (String imagePath : imagePathList) {