Font LinBiolinum_Re-0.6.4.ttf is default now and some default values are set according to this font.

This commit is contained in:
Titus Tscharntke
2011-10-04 23:49:34 +00:00
parent 36a5deb916
commit a011cb3b26
3 changed files with 4 additions and 6 deletions

View File

@@ -381,7 +381,7 @@ const char* TextFTGL::findFont(const char *firstFontToTry) {
}
string data_path = Text::DEFAULT_FONT_PATH;
string defaultFont = data_path + "data/core/fonts/LiberationSans-Regular.ttf";
string defaultFont = data_path + "data/core/fonts/LinBiolinum_Re-0.6.4.ttf";
tryFont = defaultFont;
#ifdef WIN32
replaceAll(tryFont, "/", "\\");