fonts: cleanup from unused and obsolete fonts

Origin commit data
------------------
Commit: 4fd9329975
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)

Origin message was:
------------------
- fonts: cleanup from unused and obsolete fonts
This commit is contained in:
vanhofen
2018-01-23 11:42:44 +01:00
parent c6f2fa62a0
commit e21e047251
26 changed files with 14 additions and 603 deletions

View File

@@ -883,7 +883,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
}
g_settings.font_file = configfile.getString("font_file", FONTDIR"/neutrino.ttf");
g_settings.ttx_font_file = configfile.getString( "ttx_font_file", FONTDIR"/DejaVuLGCSansMono-Bold.ttf");
g_settings.ttx_font_file = configfile.getString( "ttx_font_file", FONTDIR"/tuxtxt.ttf");
ttx_font_file = g_settings.ttx_font_file.c_str();
g_settings.font_scaling_x = configfile.getInt32("font_scaling_x", 105); //NI