 |
INFO: Correct Use of the SetFont() Function in MFC
The SetFont() member function of the CWnd class changes the font in a specified control. For this function to work correctly in a Windows- based application, you must ensure that the CFont object specified in the SetFont() call is not destroyed until...
support.microsoft.com |
 |