你好,
据我所知,CHtmlEditCtrlBase
有一个函数
HRESULT SetFontSize(unsigned short size) const
{
return ExecHelperSetVal(IDM_FONTSIZE, (short)size);
}
可以你帮助您修改字体大小。你可以参考MSDN文档中的例子:HTMLEdit
Sample
Rob Pan [MSFT]
MSDN Community Support |
Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
