Is there a way to draw a specific glyph from a font to a bitmap?
I need to render glyphs to a bitmap but I am unable to find a way to do this with the .Net framework. Previously I used ExtTextOut with ETO_GLYPH_INDEX but there is no clear mapping of this functionality to.Net.
[282 byte] By [
Scythen] at [2007-12-24]
Actually I am using Uniscribe and I need to generate glyphs in a texture for use with the output of Uniscribe. After I processes my text with Uniscribe I'm left with a bunch of glyphs and advance information that I used with D3D and the glyph texture to render the text.
So, I really need to be able to draw glyphs by index into a texture, I can’t use the string.