Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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 for Text:

IFontDisp pFont = new StdFontClass() as IFontDisp;
pFont.Name = "Times New Roman"; 
IFormattedTextSymbol formatTextSyl = new TextSymbolClass();
formatTextSyl.Font = pFont;

....

Thank you very much !

share|improve this question
you can try to search the font that support you target Charset, because there's no Font supporting all the UTF-8 charset stackoverflow.com/questions/8451227/… – geogeek Dec 7 '12 at 11:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.