CFontDialog::GetSize
Chiamare questa funzione per recuperare la dimensione del carattere selezionata.
int GetSize( ) const;
Valore restituito
La dimensione, i decimi di un punto.
Esempio
// 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);
}
Requisiti
Header: afxdlgs.h