1
Graphics / Re: I'm getting an error with the Font class, but not after debugging
« on: January 12, 2014, 10:36:34 pm »When you run your program from Visual Studio, the working directory isn't your release or debug folder, but your solution directory. Try moving your .ttf where your .cpp are.Of course, how stupid of me. Tinkering too long causes my brain to come up with all kinds of implausible theories. Thanks a lot for the quick response.