#include “BlackIceDEVMODE.h”
BOOL IsTextOutputFilterGlyphsEnabled(BlackIceDEVMODE* pBlackIceDevMode)
Description
Some text is passed by the printing application to the printer driver as a series of glyph indexes of a font instead of regular characters. If this value is set to 0, the printer driver tries to convert these indexes to characters using the method defined by the “Glyph Conversion Method” value, but this is not guaranteed to work every time and may result in glyph characters appearing in the text output.
Enabling Filter glyph characters option will filter glyph indexes from the text output. When the filter glyph characters option is disabled, the printer driver will try to convert the glyphs to characters according to the selected Glyph Conversion Method.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the glyph indexes are filtered from the text output, FALSE otherwise.
Programming Notes
None
Code Example
None