Textured Text

Hi!

I have a question regarding textured text output. I have written a class for that and it works perfectly, but the letters are transparent. Is there any way to make them solid? Recently I saw a website about that but i cannot find the URL (As far as i remember it was something with a stencil buffer).

Thanks for any help,
-Lev

add a alpha channel to the texture + make the alpha of the letters 1 and the background 0
or use white for the letters and black for the background + use a blending mode like egGL_SRC_COLOR, GL_ONE