CFontDialog::GetSize
调用该函数检索选定的字体大小。
int GetSize( ) const;
返回值
字号,该点的十分之几秒。
示例
// Get the size of the selected font, if any.
CFontDialog dlg;
if (dlg.DoModal() == IDOK)
{
int size = dlg.GetSize();
TRACE(_T("The size of the selected font = %d\n"), size);
}
要求
Header: afxdlgs.h