Hello,
This is the snippet of code im using to load font:
sf::Font font;
font.loadFromFile("arcade.ttf");
I have put the font in the same folder of the executable.
When I compile the program i get this output:
http://screencloud.net/v/b2xjI execute the exe through explorer, double clicking the executable.
I've ensure both are in the same directory, the cwd of the program when executed is the same
as the font. Everything is fine but I still get that.
Any way to solve this problem?
Thanks!