fonts: add and use own font for all footers

Origin commit data
------------------
Commit: 54f2ac510f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- fonts: add and use own font for all footers
This commit is contained in:
vanhofen
2016-08-15 18:54:28 +02:00
parent e512b98ff9
commit e49ee18fb3
26 changed files with 46 additions and 40 deletions

View File

@@ -144,7 +144,7 @@ void CComponentsWindow::initVarWindow( const int& x_pos, const int& y_pos, const
ccw_right_sidebar= NULL;
ccw_body = NULL;
ccw_footer = NULL;
ccw_button_font = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL];
ccw_button_font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_FOOT];
ccw_buttons = 0; //no header buttons
ccw_show_footer = true;