Partilhar via


CFontDialog::GetSize

telefonar Esta função para recuperar o dimensionar da fonte selecionada.

int GetSize( ) const;

Valor de retorno

dimensionar da fonte, em 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 CFontDialog

Gráfico de hierarquia

CFontDialog::GetWeight

CFontDialog::GetCurrentFont

Outros recursos

CFontDialog membros