Click to See Complete Forum and Search --> : GetGlyphIndicesW() and GetGlyphOutlineW()


kokchuan
March 10th, 2006, 04:48 AM
Hi,

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.