mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 22:51:24 +02:00
We try it with the bold font.
This commit is contained in:
@@ -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, "/", "\\");
|
||||
|
Reference in New Issue
Block a user