Cris wrote: > > > > Thank you everybody but is it wise to mix SDL fonts with OpenGL? Aren't > those two completely different APIs? I'm not sure, but I think SDL renders the text into a surface (image). I think you can read off the actual data from the surface and use it in OpenGL (somehow).