> How to throw away the bitmap resulting from running
> FT_Glyph_To_Bitmap(), and replacing it with a new one that may be
> one pixel large or smaller in width and/or height?

It's not exactly clear to me what you want to do, but what about using
`FT_New_Glyph` and/or `FT_Glyph_Copy`?


    Werner

Reply via email to