GetGlyphIndicesW() and GetGlyphOutlineW()
I need help on using GetGlyphIndicesW() and GetGlyphOutlineW().
I would like to know how to retrieve glyph indices (and their correspoding bitmaps) of unicode supplimentary characters (> U+FFFF). I have no problem with codepoints <= 0xFFFF.
I have selected a font with supplimentary characters into the device context but the functions return the wrong indices (and glyph bitmaps).
Development environment is Windows XP Professional.
Thanks in advance.

