Compartilhar via


CFontDialog::GetFaceName

Chamar essa função para recuperar o nome da face de fonte selecionada.

CString GetFaceName( ) const;

Valor de retorno

O nome da face de fonte selecionada na caixa de diálogo de CFontDialog .

Exemplo

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

Requisitos

Cabeçalho: afxdlgs.h

Consulte também

Referência

Classe CFontDialog

Gráfico da hierarquia

CFontDialog::GetCurrentFont

CFontDialog::GetStyleName