Menus and Fonts

A version of this page is also available for

Windows Embedded CE 6.0 R3

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.

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