CFontDialog::GetWeight
Volání této funkce můžete načíst hmotnosti vybraného písma.
int GetWeight( ) const;
Vrácená hodnota
Hmotnost vybraného písma.
Poznámky
Další informace o hmotnosti písma, viz CFont::CreateFont.
Příklad
// 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);
}
Požadavky
Záhlaví: afxdlgs.h