SAmple:
CFont* font = pWnd->GetFont();
if (font)
{
   LOGFONT lf;
   font->GetLogFont(&lf);
  lf.lfWeight   TRACE("FONT Width= %d Height\n",lf.lfHeight,lf.lfWidth);}
OK!