Share via


EnableEUDC (Windows Embedded CE 6.0)

1/6/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

See Also

Other Resources

Fonts Functions