CFontDialog::IsBold
Llame a esta función para determinar si la fuente seleccionado está en negrita.
BOOL IsBold( ) const;
Valor devuelto
Distinto de cero si la fuente seleccionada la característica hace negrita habilitar; si no 0.
Ejemplo
// Is the selected font bold?
CFontDialog dlg;
if (dlg.DoModal() == IDOK)
{
BOOL bold = dlg.IsBold();
TRACE(_T("Is the selected font bold? %d\n"), bold);
}
Requisitos
encabezado: afxdlgs.h