Get its globaltext or richtext (you can cast tye) and use ApplyCharFormatL(...)
Sounds like a good idea, but I would need some details. I have a pointer to a CEikEdwin object. How exactly to get its globaltext (CGlobalText) and what exactly to type-cast? Thanks!
Hi, After getting pointer to the CGLobalText ApplyCharFormatL() function doesn't work as expected, but SetGlobalCharFormat() fuction changed the font in the edit mode.But in view mode the default font is only displayed. I want to display my font in the view mode also. Can anyone help me in this regard?
Forum posts: 34
Forum posts: 6
Forum posts: 6
Forum posts: 1
After getting pointer to the CGLobalText ApplyCharFormatL() function doesn't work as expected, but SetGlobalCharFormat() fuction changed the font in the edit mode.But in view mode the default font is only displayed. I want to display my font in the view mode also. Can anyone help me in this regard?
Thanks in advance.