CWnd::SetFont

Call this member function to set the window's current font to the specified font.

Syntax

void SetFont( CFont* pFont, BOOL bRedraw = TRUE );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::GetFont