An application sends a WM_GETFONT message to a control to retrieve the font with which the control is currently drawing its text.
WM_GETFONT
wParam = 0; // not used, must be zero
lParam = 0; // not used, must be zero
Parameters
This message has no parameters.
Return Values
The return value is the handle of the font used by the control, or NULL if the control is using the system font.
See Also