AFX_GLOBAL_DATA : : m_bUseSystemFont
Indique si une police système est utilisée pour les menus, barres d'outils, et des rubans.
BOOL m_bUseSystemFont;
Notes
TRUE specifies to use a system font; otherwise, FALSE. The AFX_GLOBAL_DATA::AFX_GLOBAL_DATA constructor initializes this member to FALSE.
Testing this member is not the only way for the framework to determine the font to use. The AFX_GLOBAL_DATA::UpdateFonts method also tests default and alternative fonts to determine what visual styles are available to be applied to menus, toolbars, and ribbons.
Configuration requise
En-tête : afxglobals.h