SFML community forums
Help => General => Topic started by: magneonx on July 26, 2013, 03:03:05 am
-
Hello! I have a problem regarding my game prototype. It could not load the font face. I do not intend to put the entire code and what went wrong, I just have simply recreated a simple SFML code that loads font and still get the same error. I never had this error once.
What causes this??? I need help.
-
Without an actual error descriptor or your code we can't really help you. Post a minimal and complete code that reproduces this error and the error itself and then we'll see.
-
You get that error if the font you're using is either: Inaccessible or corrupted. Check the line where you load the font into the program and make sure that it's all spelled correctly and you have the right extention on the end - normally .ttf.