Frank Schönheit wrote:
Hello Sheng,
Yes, I would suppose so (note that I'm not too familiar with item sets
myself). I assume you need to add *one* SvxFontHeightItems with ID
SID_ATTR_CHAR_CJK_FONTHEIGHT, and *another one* with ID
SID_ATTR_CHAR_CJK_FONTHEIGHT. The, the dialog should automatically show
the user interface for changing those two font heights.

Ciao
Frank

I couldn't find the clas SvxFontHeightItems in the code, maybe somethin desn't exist?

and so I create a object like this
SvxFontHeightItem aSvxcjkFontHeightItem(SID_ATTR_CHAR_CJK_FONTHEIGHT);
and then put into itemset
_pSet->Put(aSvxcjkFontHeightItem,SID_ATTR_CHAR_CJK_FONT);

but the problem still didn't go away, it might be wrong, and maybe I should create the Item in another way, and how?

zhao sheng

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to