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