CFontDialog::GetStyleName

Chamar essa função para recuperar o nome do estilo de fonte selecionada.

CString GetStyleName( ) const;

Valor de retorno

O nome do estilo da fonte.

Exemplo

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

Requisitos

Cabeçalho: afxdlgs.h

Consulte também

Referência

Classe de CFontDialog

Gráfico de hierarquia

CFontDialog::GetFaceName

CFontDialog::GetCurrentFont