The WM_SETFONT message tells a control which font
you would like the control to use for its text.
This message is a convention, not a rule.
For example, our scratch program doesn't pay attention to the WM_SETFONT message.
If somebody sends it a WM_SETFONT
Read More...