Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Sets the window's current font to the specified font.
void SetFont(
CFont* pFont,
BOOL bRedraw = TRUE
);
Parameters
pFont
Specifies the new font.bRedraw
If TRUE, redraw the CWnd object.
Remarks
If bRedraw is TRUE, the window will also be redrawn.
Requirements
Header: afxwin.h