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);