root 2 lat temu
rodzic
commit
2704768202

+ 1 - 2
simulation-resource-server/src/main/java/com/css/simulation/resource/project/impl/SimulationProjectServiceImpl.java

@@ -2788,8 +2788,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
             lineFeed(document, 4, 1);
 
             //添加首页
-            BaseFont bf = BaseFont.createFont("fonts/simsun.ttc,1", BaseFont.IDENTITY_H,
-                    BaseFont.NOT_EMBEDDED);
+            BaseFont bf = BaseFont.createFont("fonts/simsun.ttc,1", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);
             Font f1 = new Font(bf, 48, Font.BOLD);
             Paragraph elm1 = new Paragraph("ICV仿真云平台", f1);
             elm1.setAlignment(Element.ALIGN_CENTER);