Page 1 of 1

Determine default fonts for GUI elements

PostPosted: Dec 16, 2004 @ 6:04pm
by Dan East
I need to determine the default font for various GUI elements such as Menus, Captions, etc.

In normal WIN32 I would use SystemParametersInfo to fill out a NONCLIENTMETRICS struct. However this isn't available in WINCE.

Any ideas? This is a critical issue because the new VGA devices have a very dense resolution, so much larger fonts are used to compensate.

Thanks.

Dan East

PostPosted: Dec 16, 2004 @ 6:11pm
by Dan East
It looks like that info is in
HKEY_LOCAL_MACHINE\System\GWE\.

Dan East