Hi!
I was using SDL for a long time and I used SDL_TTF. Later, I installed SFML and I was very happy about it. I like it a lot and it is much more simpler and strings are better than with SDL_TTF by far. However, there's one thing I can't do with SFML that I could with SDL_TTF, because it was a big texture rather than small letters textures. I can't take my string and cut it where I want just to have a part of a letter and the rest of the string or any other sub rectangle.
I think it would be nice to have a function that takes the sub rectangle coordinates and draw a sub part of the string or that return a sf::sprite that I could then sub-rect myself without any problem.
I may have forgot a function that could do that, but I looked for a while in the documentation, and I couldn't find anything. So, what do you think of my idea? I won't care if it's a bad suggestion.