Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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,