Menus and Fonts (Windows CE 5.0)

Send Feedback

Font linking solves part of the rendering problems that occur with menus that result from a 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"

See Also

Working with Fonts in the MUI | Enabling Font Linking

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.