cancel
Showing results for 
Search instead for 
Did you mean: 

how to runtime change font for text object and/or Field object?

Former Member
0 Kudos

Hi

I need at runtime to change the font of text objects and/or Field objects. Any one can help me?

View Entire Topic
0 Kudos

Moved to Legacy SDK support forum

0 Kudos

Hi,

If you have an IFontDispPtr dispatch pointer, things become easy. All you need to do is to call the font API to put new font in, like

myIFontPtr->put_Name("Times New Roman");

Hope this helps.

Congjin