SFML community forums
Help => General => Topic started by: reimy on January 24, 2009, 06:12:09 pm
-
hello,
I´d like to ask you how I can manage to print two single words in different colours! My compiler is MS Visual Studio 8 Professional. My question is if it´s possible to do this.
Thanks for your help right now
-
Create two sf::Strings and apply a different color for each. That's it. :)
-
thanks for your help! i guess it was a bit too obvious ;)