CFont::CFont
Constructs a CFont object.
CFont( );
Remarks
The resulting object must be initialized with CreateFont, CreateFontIndirect, CreatePointFont, or CreatePointFontIndirect before it can be used.
Example
CFont font;
Requirements
Header: afxwin.h