Hi,
I can display Unicode font without error. But, I got font error when trying to use UTF-8 font.
Are there anyone know how to fix it ?
I used below statements to set font:
Thank you very much !
I can display Unicode font without error. But, I got font error when trying to use UTF-8 font.
Are there anyone know how to fix it ?
I used below statements to set font:
Code:
IFontDisp pFont = new StdFontClass() as IFontDisp;
pFont.Name = "Times New Roman";
IFormattedTextSymbol formatTextSyl = new TextSymbolClass();
formatTextSyl.Font = pFont;
....
Thank you very much !