日期:2014-05-20 浏览次数:20834 次
BaseFont bfChinese = BaseFont.createFont(@"C:\WINDOWS\Fonts\SIMHEI.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED); //("STSong-Light", "UniGB-UCS2-H", BaseFont.NOT_EMBEDDED); Font FontChinese = new Font(bfChinese, 10, Font.NORMAL); PdfPCell title = new PdfPCell(new Phrase("測試報告", FontChinese));