Hello,
is it possible to implement a function that allows to give choosen Characters a special Color...
The problem is that it is to difficult if i work with hundred of sf::Text Objects...
This is the only solution that i can think of... So with my solution i must split the sf::Text Object
in many part sf::Text Objects...
Is there a way to make this easier?
If not, can you implement a function that allows this?
Because a picture says more than thousend words, thats what i want:
I think a function like these:
setCharacterColor(fromCharacterPos, toCharacterPos, newColor)
would be perfect...
Lg