EnableEUDC
[Now
Supported on Windows NT]
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 |
|
); |
|
Parameters
fEnableEUDC
Action flag.
Can be TRUE to enable EUDC or FALSE to disable it.
Return Values
If the
function succeeds, the return value is nonzero.
If the
function fails, the return value is zero.
Remarks
Applications
call the EnableEUDC function before and after adding, modifying, or
deleting EUDC fonts. An application must disable EUDC before modifying a EUDC
font or before adding or deleting a font from the registry. Application must
enable EUDC after these changes to allow functions access to them.
See Also