CFontDialog::GetWeight

Chamar essa função para recuperar o peso de fonte selecionada.

int GetWeight( ) const;

Valor de retorno

O peso de fonte selecionada.

Comentários

Para obter mais informações sobre o peso de uma fonte, consulte CFont::CreateFont.

Exemplo

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

Requisitos

Cabeçalho: afxdlgs.h

Consulte também

Referência

Classe de CFontDialog

Gráfico de hierarquia

CFontDialog::GetCurrentFont

CFontDialog::IsBold