Is it currently possible to draw from a sf::String onto a sf::Image?
I have a lot of tiles in my game which can have numbers written on them, but having lots of sf::Strings being drawn at once can slow it down a lot. If I could use a sf::Image as a buffer and draw the strings to it only when they change, I could speed the game up greatly.
Thanks in advance.