Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > a32f3af73900e63498acf41d087db90d > files > 5

brutalchess-0.5.2-19.mga8.src.rpm

--- a/src/gamecore.cpp
+++ b/src/gamecore.cpp
@@ -484,6 +484,8 @@
 		// add debugging
 	} else if(FontLoader::loadFont("sans", FONTS_DIR + string("ZEROES__.TTF"), 32)) {
 		// add debugging
+	} else if(FontLoader::loadFont("sans", string("/usr/share/fonts/TTF/dejavu/DejaVuSans.ttf"), 32)) {
+		cout << "Load font: " << string("/usr/share/fonts/TTF/dejavu/DejaVuSans.ttf") << endl;
 	} else {
 		cerr << "Failed to load fonts." << endl;
 		return false;