Hi all. I have an strange problems with fonts. I use this code:
sf::String Text("Hello", "arial.ttf", 50.f);
Text.SetColor(sf::Color(128, 128, 0));
//.....
Window.Draw(Text);
And I get this ugly output:
Is there a way to fix this?
Thanks in advance!!