m_font.CreateFont(20,                        // nHeight
0,                         // nWidth
0,                         // nEscapement
0,                         // nOrientation
400,                 // nWeight
0,                     // bItalic
0,                     // bUnderline
0,                         // cStrikeOut
1,              // nCharSet
0,        // nOutPrecision
0,       // nClipPrecision
0,           // nQuality
0,  // nPitchAndFamily
"黑体");
// m_font.CreatePointFont(7,"黑体",NULL);
GetDlgItem(IDC_TITLE)->SetFont(&m_font);