IsEasternCharSupportEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsEasternCharSupportEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_GLYPHSUPPORT flag. Represents the value of the 'Eastern Character Support' checkbox.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Eastern Character Support is used, otherwise FALSE.

Programming Notes

None

Code Example

None