I have created a simple MFC MDI doc/view application with a status bar. The font in the status bar is too small for my taste, so I'd like to make the status bar taller, and use a larger font in the status bar. I cannot figure out how to do either of these.
There is a virtual function CMFCStatusBar::CalcFixedLayout(BOOL, BOOL bHorz) which (I think) uses the status bar's current font to set the bar height, so maybe all that needs to be done is change the font. How can I do this?
64-bit Windows 7, Visual Studio 2010, native C++