Hey!
I have the following code:
if(!font_.loadFromFile("arial.ttf"));
std::cout << "Failed to load font." << std::endl;
I have the following file structure:
The end result is one of pain and suffering(look at the console):
Does anyone know why this is happening? The font is in the same directory as the exe. Thanks!