From 29d535894e46b5916a6a6fe94c5bce1d715031f2 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Tue, 15 Nov 2011 23:57:46 +0000 Subject: [PATCH] We try it with the bold font. --- source/shared_lib/sources/graphics/gl/font_textFTGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp index 76fafdd04..6385be914 100644 --- a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp +++ b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp @@ -460,7 +460,7 @@ const char* TextFTGL::findFont(const char *firstFontToTry) { } string data_path = Text::DEFAULT_FONT_PATH; - string defaultFont = data_path + "data/core/fonts/LinBiolinum_Re-0.6.4.ttf"; + string defaultFont = data_path + "data/core/fonts/LinBiolinum_RB.ttf";//LinBiolinum_Re-0.6.4.ttf tryFont = defaultFont; #ifdef WIN32 replaceAll(tryFont, "/", "\\");