Add fonts to ImGui

This commit is contained in:
Dan Paulat 2022-11-29 10:13:47 -06:00
parent 7be3321d34
commit 5d9bf67fcc
4 changed files with 61 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#include <QAbstractListModel>
struct ImFontAtlas;
struct ImGuiContext;
namespace scwx
@ -46,6 +47,7 @@ public:
void DestroyContext(const std::string& name);
std::vector<ImGuiContextInfo> contexts() const;
ImFontAtlas* font_atlas();
static ImGuiContextModel& Instance();