Render hover text in monospace

- TODO: Configure separate font size for monospace
This commit is contained in:
Dan Paulat 2023-07-21 22:34:19 -05:00
parent 48d71cc14d
commit 8be32a8998
9 changed files with 58 additions and 8 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include <scwx/qt/types/font_types.hpp>
#include <scwx/qt/util/font.hpp>
namespace scwx
{
@ -14,7 +15,8 @@ namespace ResourceManager
void Initialize();
void Shutdown();
int FontId(types::Font font);
int FontId(types::Font font);
std::shared_ptr<util::Font> Font(types::Font font);
} // namespace ResourceManager
} // namespace manager