- fonts: add and use own font for all footers

This commit is contained in:
svenhoefer
2016-08-15 18:54:28 +02:00
parent 080cda9716
commit 54f2ac510f
26 changed files with 46 additions and 40 deletions

View File

@@ -136,7 +136,7 @@ class CComponentsFooter : public CComponentsHeader
const struct button_label * const content,
const int& label_width = 0,
const int& context_buttons = 0,
Font* font = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL],
Font* font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_FOOT],
bool do_save_bg = CC_SAVE_SCREEN_NO
);