Like the title says, is there a way to put sf::Text into a vertexarray?
For example let's say I'm using the tilemap example from the vertexarray tutorial, but I also want to have an sf::Text in the class. Is there a way to put the sf::Text into the vertex array so that the whole thing will have only one draw call?