CFontDialog::GetSize

Chamar essa função para recuperar o tamanho da fonte selecionada.

int GetSize( ) const;

Valor de retorno

O tamanho da fonte, os décimos de um ponto.

Exemplo

// Get the size of the selected font, if any.
CFontDialog dlg;
if (dlg.DoModal() == IDOK)
{
   int size = dlg.GetSize();
   TRACE(_T("The size of the selected font = %d\n"), size);
}

Requisitos

Cabeçalho: afxdlgs.h

Consulte também

Referência

Classe de CFontDialog

Gráfico de hierarquia

CFontDialog::GetWeight

CFontDialog::GetCurrentFont