Received, how is this not clear font, as the chart, the following code CFont newfont;//used to save the new font CFont * oldFont;//is used to store the old font Newfont. CreateFont ( 12, 5, 0, 0, 0,//FW_THIN, FW_NORMAL FALSE, FALSE, 0, ANSI_CHARSET. OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, PROOF_QUALITY,//DRAFT_QUALITY,//DEFAULT_QUALITY, DEFAULT_PITCH | FF_SWISS, _T (" Arial ") );//create a new font OldFont=pDC - & gt; SelectObject (& amp; Newfont);//select a new font PDC - & gt; SetTextColor (RGB (0, 0));//set the font color