Convert GlyphIndex to Unicode
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
How can I convert Glyph Index to Unicode encoding? The GetCharacterPlacement API function is useful for convert a sequence of unicode carachters to Glyph Indices, but is there a solution for convert a sequence of Glyph Indices to unicode carachters? (I asked this question in c# forum but I received no reply) any help will be appreciated.