#include <winstl/winstl.h>
#include <winstl/window/message_functions.h>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Functions | |
| STLSOFT_INLINE HFONT | winstl__get_window_font (HWND hwnd) |
| Gets the font associated with the window. | |
| STLSOFT_INLINE void | winstl__set_window_font (HWND hwnd, HFONT hfont, int bRedraw) |
| Sets the window's font. | |
| HFONT | get_window_font (HWND hwnd) |
| Gets the font associated with the window. | |
| void | set_window_font (HWND hwnd, HFONT hfont, bool bRedraw=true) |
| Sets the window's font. | |
1.5.6