2

我在 Asp.net 应用程序中使用 Itextsharp

创建一个阿拉伯文本,数据表,但此代码不起作用

BaseFont baseFont = BaseFont.CreateFont("c:\\\\windows\\\\fonts\\\\tahoma.ttf", BaseFont.IDENTITY_H, true);
iTextSharp.text.Font FontAr = new iTextSharp.text.Font(baseFont, 10, iTextSharp.text.Font.NORMAL);
PdfPTable table = new PdfPTable(4);
PdfPCell cell = new PdfPCell(new Paragraph(3f,"مرحبا" ,FontAr));

它在文本中出现反转字符,并且根本不出现在表格单元格中,

4

0 回答 0