Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - stefan

#1
Hello,

I wanted to build a simple text editor. Is it possible to color a word (or even an individual character) with different colors within a TextArea?
Something like:
textArea->getRenderer()->setTextColor(sf::Blue, startIndex, endIndex);
Regards,
Stefan Ilic