From 8025d1075db0779bde635148f6e38303eb29d6c8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 6 Nov 2022 13:54:02 +0100 Subject: Formatted text with color in matrix, monospace for codeblocks --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index bd80021..9edc44b 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -65,6 +65,7 @@ namespace QuickMedia { struct FontConfig { std::string latin; std::string latin_bold; + std::string latin_monospace; std::string cjk; std::string symbols; }; -- cgit v1.2.3