BCGControlBar Pro for MFC
static const CFont& CBCGPMenuBar::GetMenuFont ( BOOL  bHorz = TRUE,
CWnd *  pWnd = NULL 
)
static

Returns a currently selected menu bar font.

Returns
A pointer to a CFont that contains the current menu bar font.

The returned font object - a global variable in the application. There are two global font objects maintained by the BCGControlBar framework (with horizontal and vertical orientation).

Parameters
bHorzSpecifies what font object to return - with horizontal (TRUE) or vertical (FALSE) orientation.
pWndNeeded for obtaining the menu font for the given DPI. If this parameter is NULL (by default), the menu font for the default system DPI will be used.