diff --git a/LICENSE-OFL-Terminus-Font.txt b/LICENSE-OFL-Terminus-Font.txt index e09cb4876b65a..a8de8ec70c21c 100644 --- a/LICENSE-OFL-Terminus-Font.txt +++ b/LICENSE-OFL-Terminus-Font.txt @@ -1,10 +1,10 @@ -Copyright (c) 2019 Dimitar Toshkov Zhekov, +Copyright (C) 2020 Dimitar Toshkov Zhekov, with Reserved Font Name "Terminus Font". Copyright (c) 2017 tisimst with Reserved Font Name "Vecterminus" -Copyright (c) 2011 Tilman Blumenbach, +Copyright (c) 2011-2023 Tilman Blumenbach, with Reserved Font Name "Terminus (TTF)". This Font Software is licensed under the SIL Open Font License, Version 1.1. diff --git a/data/font/Terminus.ttf b/data/font/Terminus.ttf index d302264a1cd10..9e3af633ccbb1 100644 Binary files a/data/font/Terminus.ttf and b/data/font/Terminus.ttf differ diff --git a/src/options.cpp b/src/options.cpp index 83256fe3076e9..2482d1333a6e2 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -2310,7 +2310,7 @@ void options_manager::add_options_graphics() add( "FONT_WIDTH", page_id, to_translation( "Font width" ), to_translation( "Set the font width. Requires restart." ), - 8, 100, 8, COPT_CURSES_HIDE + 6, 100, 8, COPT_CURSES_HIDE ); add( "FONT_HEIGHT", page_id, to_translation( "Font height" ), @@ -2325,7 +2325,7 @@ void options_manager::add_options_graphics() add( "MAP_FONT_WIDTH", page_id, to_translation( "Map font width" ), to_translation( "Set the map font width. Requires restart." ), - 8, 100, 16, COPT_CURSES_HIDE + 6, 100, 16, COPT_CURSES_HIDE ); add( "MAP_FONT_HEIGHT", page_id, to_translation( "Map font height" ), @@ -2340,7 +2340,7 @@ void options_manager::add_options_graphics() add( "OVERMAP_FONT_WIDTH", page_id, to_translation( "Overmap font width" ), to_translation( "Set the overmap font width. Requires restart." ), - 8, 100, 16, COPT_CURSES_HIDE + 6, 100, 16, COPT_CURSES_HIDE ); add( "OVERMAP_FONT_HEIGHT", page_id, to_translation( "Overmap font height" ), @@ -2355,7 +2355,7 @@ void options_manager::add_options_graphics() add( "USE_DRAW_ASCII_LINES_ROUTINE", page_id, to_translation( "SDL ASCII lines" ), to_translation( "If true, use SDL ASCII line drawing routine instead of Unicode Line Drawing characters. Use this option when your selected font doesn't contain necessary glyphs." ), - true, COPT_CURSES_HIDE + false, COPT_CURSES_HIDE ); } ); #endif // TILES