Hey there,
i am new to SFML and also to C++ kind of so dont expect me to know anything
.
I did not quite understand how exactly the .loadFromFile() works with folders, I tried for example:
Font Arial;
Arial.loadFromFile("arial.ttf");
It worked as i had Arial.ttf in the same folder as the .exe and also in subfolders when i use Visual Studio to start the Program. But when I start the .exe manually, it could not load the files when in subfolders.
Sorry for any mistakes, I am German, so also feel free to write in german if wanted to and possible.