C#. When I try to use TSCII tamil font it shows that Identity-H is not recognised. Somebody help he please! I have attached the code below

Kalidas Alias Vignesh Parivallal 21 Reputation points
2021-08-05T14:18:14.15+00:00

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);

Community Center | Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. Michael Taylor 60,161 Reputation points
    2021-08-05T14:32:33.633+00:00

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.