Commit 902e9b8b authored by 吴琼's avatar 吴琼

修改字体

parent aff51c93
...@@ -774,7 +774,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR ...@@ -774,7 +774,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
document.open(); document.open();
document.addTitle("交易凭证");//标题 document.addTitle("交易凭证");//标题
PdfPTable table = new PdfPTable(6); PdfPTable table = new PdfPTable(6);
Font font = ITextPDFUtil.getColorFont(BaseColor.BLACK,7,"微软雅黑"); Font font = ITextPDFUtil.getColorFont(BaseColor.BLACK,7,"宋体");
table.setWidths(ITextPDFUtil.getColumnWiths(35,35,35,35,25,35)); table.setWidths(ITextPDFUtil.getColumnWiths(35,35,35,35,25,35));
//订单信息 //订单信息
......
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