CFontDialog::GetWeight
telefonar Esta função para recuperar a espessura da fonte selecionada.
int GetWeight( ) const;
Valor de retorno
O peso da 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