CWnd::SetFont
voidSetFont(CFont*pFont,BOOLbRedraw**=TRUE);**
Parameters
pFont
Specifies the new font.
bRedraw
If TRUE, redraw the CWnd object.
Remarks
Sets the window’s current font to the specified font. If bRedraw is TRUE, the window will also be redrawn.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::GetFont,