| **Navigation:**  [[templates.htm|Templates]] > Guide to all Templates > [[additional libraries and templates.htm|Additional Libraries and Templates]] > MenuStyleManager Class > MenuStyleManager Methods >====== GetFont( get menu text font) ====== | [[getflatmode get menu flat mode .htm|{{btn_prev_n.gif|Previous page}}]][[additional libraries and templates.htm|{{btn_home_n.gif|Return to chapter overview}}]][[getimagebar get vertical image bar status .htm|{{btn_next_n.gif|Next page}}]] | | || **GetFont(***//FontName//**,**//*FontSize//**,**//*FontStyle//**,**//*FontCharSet//**,**//*FontAngle//**,**//*FontColor//**)** {{blk2blue.jpg|blk2blue.jpg}} The **GetFont** method is used to return the font characteristics for the active menu bar. The returned values are assigned to a set of internally referenced values: **FontName    *CSTRING,RAW** **FontSize    SIGNED** **FontStyle   DWORD** **FontCharSet BYTE** **FontAngle   LONG** **FontColor   COLORREF** **Implementation:** The method is not called anywhere within the **MenuStyleManager** Class. It is an optional method that can be used by the developer to detect and possibly change the menu font at runtime. **See Also:     [[setfont set menu text font .htm|SetFont ( set menu text font)]]**