Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Font linking solves part of the rendering problems that occur with menus that result from a user interface (UI) switch. In addition, you can flag each application that supports UI switching, and have the OS check for this flag when it applies fonts.

The following sample shows how to set the registry values to control menus under these circumstances.

Copy Code
HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\PopFnt\<
locale>
	lfHeight = "Ht"
	lfWeight = "Wt"
	lfCharSet  = "CS"
	lfItalic  = "It"
	lfFaceName = "Nm"
HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\PopFnt\<
locale>
	lfHeight = "Ht"
	lfWeight = "Wt"
	lfCharSet  = "CS"
	lfItalic  = "It"
	lfFaceName = "Nm"

In This Section

Default Registry Values for Menu

Describes the hard–coded font defaults for menus, and the registry settings to modify bar menus and pop–up menus.

Default Registry Values for Widgets

Describes the hard–coded defaults for widgets, and the registry settings to modify widgets of different sizes.

Related Sections

Working with Fonts in the MUI

Provides information about fonts and font linking for the multilingual user interface (MUI).