Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » changing the font of menu, tab, etc Collapse All
Subject Author Date
Pierre MEDART Jul 27, 2007 - 11:40 AM

Hi,

I’d like to use a font different from Arial in the menu, tabcontrol, toolbars...

How can I do this?

Regards

Pierre

Technical Support Jul 28, 2007 - 12:01 PM

The most Prof-UIS classes use the g_PaintManager->m_FontNormal font stored in the global paint manager. This allows you to easily change the entire GUI font (see the FunnyBar sample for details). For some Prof-UIS controls you can assign a custom font by using the SetFont() method.