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
-
| bHorz | Specifies what font object to return - with horizontal (TRUE) or vertical (FALSE) orientation. |
| pWnd | Needed 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. |