CFont Class

Encapsulates a Windows graphics device interface (GDI) font and provides member functions for manipulating the font.

class CFont : public CGdiObject

Remarks

To use a CFont object, construct a CFont object and attach a Windows font to it with CreateFont, CreateFontIndirect, CreatePointFont, or CreatePointFontIndirect, and then use the object's member functions to manipulate the font.

The CreatePointFont and CreatePointFontIndirect functions are often easier to use than CreateFont or CreateFontIndirect since they do the conversion for the height of the font from a point size to logical units automatically.

For more information on CFont, see Graphic Objects.

Requirements

Header: afxwin.h

See Also

Reference

CGdiObject Class

Hierarchy Chart

Concepts

MFC Sample HIERSVR

Other Resources

CFont Members