标签: c# wpf
我正在使用iTextSharp,但似乎没有İ和Ş字符。我该如何解决?
BaseFont bfhead = BaseFont.CreateFont(BaseFont.TIMES_ROMAN, BaseFont.CP1250, BaseFont.NOT_EMBEDDED); Font fonthead = new Font(bfhead, 16, 1, BaseColor.GRAY);