Question
About IUIFontSpec in CS2
I add IUIFontSpec to kStaticTextWidgetBoss and kDropDownListWidgetBoss:
AddIn
{
kStaticTextWidgetBoss,
kInvalidClass,
{
IID_IUIFONTSPEC,kUIFontSpecImpl,
}
},
AddIn
{
kDropDownListWidgetBoss,
kInvalidClass,
{
IID_IUIFONTSPEC,kUIFontSpecImpl,
}
},
In CS4: it's work fine .it can change StaticTextWidget font
and DropDownListWidget font .
but In CS2, there is a problem. it can change only StaticTextWidget font, can't change DropDownListWidget font.
why? anybody could help?
AddIn
{
kStaticTextWidgetBoss,
kInvalidClass,
{
IID_IUIFONTSPEC,kUIFontSpecImpl,
}
},
AddIn
{
kDropDownListWidgetBoss,
kInvalidClass,
{
IID_IUIFONTSPEC,kUIFontSpecImpl,
}
},
In CS4: it's work fine .it can change StaticTextWidget font
and DropDownListWidget font .
but In CS2, there is a problem. it can change only StaticTextWidget font, can't change DropDownListWidget font.
why? anybody could help?