Please help this guy

    Werner
--- Begin Message ---
Hi all, 

I displayed a character with anti-aliasing.

=> FT_Render_Glyph(face->glyph, FT_RENDER_MODE_NORMAL);

The "bitmap->buffer" had intensity of color(0 ~ 255).

so I got red, green, yellow with the intensity(alpha).


But I don't know to display a chararcter using sub-pixel rendering.

=> FT_Render_Glyph(face->glyph, FT_RENDER_MODE_LCD);

and I don't know how to treat bitmap->buffer.

Could you help me?


ecpark




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

Reply via email to