Unicode Character Rendering in 95/98
-
I know that somehow you can draw a unicode character from a font that contains the character using the glyph index. MSDN contains a brief article about a tehcnique for mapping the unicode number to a glyph index so it can be rednered using exttextout - however I can not get this technique to work. Can someone please lend a hand and provide a simple example of how to draw a foriegn character on a dc in windows 95/98. Ie can do this, there must be a way
-
I know that somehow you can draw a unicode character from a font that contains the character using the glyph index. MSDN contains a brief article about a tehcnique for mapping the unicode number to a glyph index so it can be rednered using exttextout - however I can not get this technique to work. Can someone please lend a hand and provide a simple example of how to draw a foriegn character on a dc in windows 95/98. Ie can do this, there must be a way
Try this on CodeProject: http://www.codeproject.com/useritems/kanjifont.asp Cheers, Paolo