Added new font for SDL2, "AmigaTopaz"

This commit is contained in:
Dimitris Panokostas 2017-12-03 11:24:56 +01:00
parent a68a933be9
commit f0f41db48c
2 changed files with 1 additions and 1 deletions

BIN
data/AmigaTopaz.ttf Normal file

Binary file not shown.

View file

@ -684,7 +684,7 @@ namespace widgets
// Initialize fonts // Initialize fonts
//------------------------------------------------- //-------------------------------------------------
TTF_Init(); TTF_Init();
gui_font = new gcn::SDLTrueTypeFont("data/Topaznew.ttf", 14); gui_font = new gcn::SDLTrueTypeFont("data/AmigaTopaz.ttf", 14);
gcn::Widget::setGlobalFont(gui_font); gcn::Widget::setGlobalFont(gui_font);
//-------------------------------------------------- //--------------------------------------------------