CFont( );
Remarks
Constructs a CFont object. The resulting object must be initialized with CreateFont, CreateFontIndirect, CreatePointFont, or CreatePointFontIndirect before it can be used.
Example
// Declare a CFont object.
CFont font;
CFont Overview | Class Members | Hierarchy Chart
See Also CFont::CreateFontIndirect, CFont::CreateFont, CFont::CreatePointFont, CFont::CreatePointFontIndirect, ::EnumFonts