Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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( );
Remarks
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.
Requirements
Header: afxwin.h