EnableEUDC
A version of this page is also available for
4/8/2010
This function enables or disables end-user-defined characters (EUDC).
Syntax
BOOL EnableEUDC(
BOOL fEnableEUDC
);
Parameters
- fEnableEUDC
[in] Boolean that is set to TRUE to enable EUDC, and to FALSE to disable EUDC.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
Enabling EUDC allows text output functions to retrieve information about end-user-defined characters from EUDC fonts. Disabling EUDC prevents output functions from accessing these fonts. By default, EUDC fonts are enabled during GWES initialization.
For Windows CE 2.0 1 and later, this function is supported in TrueType font and no longer supported in raster font.
Requirements
Header | windows.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.01 and later |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |