SFML community forums

Help => General => Topic started by: reimy on January 24, 2009, 06:12:09 pm

Title: Different colours in one window
Post 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
Title: Different colours in one window
Post by: Tank on January 25, 2009, 11:06:13 am
Create two sf::Strings and apply a different color for each. That's it. :)
Title: Different colours in one window
Post by: reimy on January 26, 2009, 04:42:22 pm
thanks for your help! i guess it was a bit too obvious ;)