GetGlyphIndicesW() and GetGlyphOutlineW()

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 true-type 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.
[517 byte] By [kokchuan] at [2007-11-19 19:30:59]
# 1 Re: GetGlyphIndicesW() and GetGlyphOutlineW()
Hmm, what is GetFontUnicodeRanges() returning in the GLYPHSET structure?
Is flAccel member of the structure having GS_8BIT_INDICES?
Bornish at 2007-11-10 3:49:42 >
# 2 Re: GetGlyphIndicesW() and GetGlyphOutlineW()
Hi,
E-XD++ has full feature of creating polygons with its outline,maybe it will solve your problem, but it is not free, you can found it with:
http://www.ucancode.net/Products/Form2/XDEnt940feature.gif

or
http://www.ucancode.net/Products/Form2/EXDEntprise.htm

Cindy
cindyonlyone at 2007-11-10 3:50:39 >