Condividi tramite


CFontDialog::GetStyleName

Chiamare questa funzione per recuperare il nome dello stile del carattere selezionata.

CString GetStyleName( ) const;

Valore restituito

Il nome dello stile del carattere.

Esempio

// 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);
}

Requisiti

Header: afxdlgs.h

Vedere anche

Riferimenti

Classe CFontDialog

Grafico delle gerarchie

CFontDialog::GetFaceName

CFontDialog::GetCurrentFont