CFontDialog::GetFaceName
呼叫此函式以取得選取的字型的字樣名稱。
CString GetFaceName( ) const;
傳回值
在 CFontDialog 對話方塊選取字型的字樣名稱。
範例
// Get the face name of the selected font, if any.
CFontDialog dlg;
if (dlg.DoModal() == IDOK)
{
CString facename = dlg.GetFaceName();
TRACE(_T("Face name of the selected font = %s\n"), facename);
}
需求
Header: afxdlgs.h