Hi,
I am writing a virtual printer driver for WinXP. In DrvTextOut(), I
need to capture and record the Unicode text string to be printed.
Sometimes, this string is contained in STROBJ->pwszOrg. However, when
STROBJ->flAccel contains SO_GLYPHINDEX_TEXTOUT, "pwszOrg points to an
array of glyph indexes, rather than a Unicode array." As hard as I
tried, I could not figure out how to convert this array of glyph
indexes back into Unicode characters. Am I missing something here?
Please help!
Regards.