CWnd::GetFont

CWnd::GetFont 

CFont* GetFont( ) const;

Return Value

A pointer to a CFont that contains the current font.

The pointer may be temporary and should not be stored for later use.

Remarks

Gets the current font for this window.

CWnd Overview |  Class Members |  Hierarchy Chart

See Also   CWnd::SetFont, WM_GETFONT, CFont