The EnableEUDC function enables or disables end-user-defined characters (EUDC). 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.
BOOL EnableEUDC(BOOL fEnableEUDC);
Header file: | Wingdi.h |
Platforms: | H/PC (Japanese) |
Windows CE versions: | Japanese version 1.0 and later |
fEnableEUDC Enter TRUE to enable EUDC and FALSE to disable EUDC.
The function will return TRUE if it succeeds otherwise FALSE.