mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:20:06 +00:00
Add fonts to ImGui
This commit is contained in:
parent
7be3321d34
commit
5d9bf67fcc
4 changed files with 61 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue