46,196 questions
Your question seems related to the third party library iText, not anything from MS. iText provides their own support. I recommend you go to their official support page for this question.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
string fontpath = Environment.GetEnvironmentVariable("SystemRoot") + "\fonts\SaiVrishin";
BaseFont basefont = BaseFont.CreateFont("fontpath", BaseFont.IDENTITY_H, true);
iTextSharp.text.Font font = new iTextSharp.text.Font(basefont, 24, iTextSharp.text.Font.NORMAL, TextSharp.text.BaseColor.BLUE);
Paragraph pr1 = new Paragraph("¾í¸ ¿¨¸ «¼Á¡Éò¾¢ý §Àâø ¸¼ý Å¢ñ½ôÀõ", font);
Your question seems related to the third party library iText, not anything from MS. iText provides their own support. I recommend you go to their official support page for this question.