EnableEUDC (Compact 2013)

3/28/2014

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.

This function is only supported in TrueType font.

Requirements

Header

windows.h

Library

coredll.lib

See Also

Reference

Fonts Functions