TETRIS: Use FontConfiguration

This commit is contained in:
2021-01-30 21:35:25 +01:00
parent 73f67a3f47
commit fe675369ea
9 changed files with 73 additions and 69 deletions
+2
View File
@@ -23,6 +23,7 @@ extern std::shared_ptr< SDLPP::Renderer > g_active_renderer;
extern int g_score;
extern bool g_update_score;
extern bool g_update_colors;
extern bool g_update_3d;
extern bool g_checked_line;
extern bool g_wait_for_anim;
extern bool g_update_size;
@@ -54,5 +55,6 @@ extern std::vector< std::shared_ptr< TetrisPiece > ( * )(
g_tetrisFunctions;
extern std::shared_ptr< SDLPP::Font > g_font;
extern std::shared_ptr< SDLPP::FontConfiguration > g_font_config;
#endif