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 dialog boxes that result from a UI switch. No system font change needs to occur to make this work. However, sizing issues may occur if a different font is used than was used to create the OS dialog boxes.

Because registry values control the boldness of button text based on locale preferences, the system cannot make a change based on a new UI. To compensate for this, set the following locale-specific registry settings:

Copy Code
HKEY_LOCAL_MACHINE\SYSTEM\GWE\Button\<Locale>
	"FontWeight" – 
weight of the font.

See Also