I use SFML 1.6 to create a small game and I need to display some text, so I use a class sf::String. The problem is that when I increase the size to 96pt, the edges seem a bit blurry. When I increase the size of the text in Microsoft Word, it looks very clean and has clear edges. Is there a way to do this using SFML?
source
share