Commit 631d2d42 authored by 徐俊's avatar 徐俊

xujun

parent 178121a9
......@@ -24,7 +24,7 @@ public class ProjectInfoToPDF {
// 仿宋
BaseFont fsChinese = loadChineseFont("/fonts/方正仿宋简体.ttf");
Font labelFont = new Font(bfChinese, 16, Font.NORMAL);
Font labelFont = new Font(fsChinese, 16, Font.NORMAL);
Font valueFont = new Font(bfChinese, 16, Font.NORMAL);
Font normalFont = new Font(bfChinese, 12, Font.NORMAL);
Font boldFont = new Font(bfChinese, 12, Font.BOLD);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment