iTextSharp编码latin5个字符(İ和Ş字符)

时间:2018-07-23 19:12:15

标签: c# wpf

我正在使用iTextSharp,但似乎没有İ和Ş字符。我该如何解决?

BaseFont bfhead = BaseFont.CreateFont(BaseFont.TIMES_ROMAN, BaseFont.CP1250, BaseFont.NOT_EMBEDDED);
Font fonthead = new Font(bfhead, 16, 1, BaseColor.GRAY);

0 个答案:

没有答案