共用方式為


CFontDialog::GetStyleName

呼叫此函式以取得選取字型的樣式名稱。

CString GetStyleName( ) const;

傳回值

字型的樣式名稱。

範例

// Get the style name of the selected font, if any.
CFontDialog dlg;
dlg.m_cf.Flags |= CF_USESTYLE;
if (dlg.DoModal() == IDOK)
{
   CString stylename = dlg.GetStyleName();
   TRACE(_T("Style name of the selected font = %s\n"), stylename);
}

需求

Header: afxdlgs.h

請參閱

參考

CFontDialog 類別

階層架構圖表

CFontDialog::GetFaceName

CFontDialog::GetCurrentFont