> FT_Render_Glyph(face->glyph,FT_RENDER_MODE_MONO);
> FT_GlyphSlot slot = face->glyph;
> I have and a slot object, and must make an image and save to disk
> with sf::Image::LoadFromPixels.  How must i do it?

I have no idea what `sf::Image::LoadFromPixels' is.  However, if you
have a slot object, simply copy the FT_Bitmap structure (or directly
the bitmap within this structure).


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to