CStatic* pSta=(CStatic*)GetDlgItem(IDC_STATT);

CFont myFont;  //定义成成员变量
myFont.CreatePointFont(180,"宋体") ;
pSta->SetFont(&myFont);