MFC
Expand Minimize
0 out of 1 rated this helpful - Rate this topic

CWnd::OnFontChange 

All top-level windows in the system receive an OnFontChange call from the framework after the application changes the pool of font resources.


afx_msg void OnFontChange( );

An application that adds or removes fonts from the system (for example, through the AddFontResource or RemoveFontResource Windows function) should send the WM_FONTCHANGE message to all top-level windows.

To send this message, use the SendMessage Windows function with the hWnd parameter set to HWND_BROADCAST.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.