Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the window's current font by sending a WM_SETFONT message to the window.
void SetFont(
HFONT hFont,
BOOL bRedraw = TRUE
) throw();
Parameters
hFont
[in] The handle to the new font.bRedraw
[in] If TRUE (the default value), the window is redrawn. Otherwise, it is not.
Requirements
Header: atlwin.h