0 Members and 3 Guests are viewing this topic.
string path = thisExePath(); int index = to!int(path.lastIndexOf("/")); if (!GameFont.loadFromFile(path[0 .. index]~"/vertiup2.ttf")) { writeln("Font failed to load"); }