CFontDialog::GetSize
Llame a esta función para recuperar el tamaño de la fuente seleccionada.
int GetSize( ) const;
Valor devuelto
El tamaño de fuente, en décimas de un punto.
Ejemplo
// 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
encabezado: afxdlgs.h