how can I be sure that CFont class object has not been initialized by any of the CreateFont.......functions ?
Printable View
how can I be sure that CFont class object has not been initialized by any of the CreateFont.......functions ?
if ((HFONT)myCFontVar == NULL)
{
....
}