Hi,
I'm using SFML as a GLUT replacement for OpenGL/GLSL.
I have an sf::Window for my output and would like to use SFML to output text. It doesn't seem possible, or am I missing something?
I notice in the sf::Text object has a virtual method called Render. I've not looked very deep, but would it be possible to derive a class from sf::Text and implement drawing to an sf::Window?
SFML really needs to support sf::Window output if possible. It's a killer-app for people wanting to ditch stuff like GLUT and freeGLUT.