Added new font for SDL2, "AmigaTopaz"
This commit is contained in:
parent
a68a933be9
commit
f0f41db48c
2 changed files with 1 additions and 1 deletions
BIN
data/AmigaTopaz.ttf
Normal file
BIN
data/AmigaTopaz.ttf
Normal file
Binary file not shown.
|
@ -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);
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue