1
Feature requests / sf::String append function
« on: August 13, 2008, 10:24:37 am »
In addition to the setText functions, it would be nice to have an append function. Even better would be if it could handle different data types such as integers and floats.
for example, if you would like to display scores in a game.
setText("score: ");
appendInt(4);
for example, if you would like to display scores in a game.
setText("score: ");
appendInt(4);