question

KalidasAliasVigneshParivallal-4038 avatar image
0 Votes"
KalidasAliasVigneshParivallal-4038 asked DanielZhang-MSFT edited

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

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

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

cooldadtx avatar image
0 Votes"
cooldadtx answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.