mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
ui: Add first unifont plane by default
This commit is contained in:
@@ -27,8 +27,6 @@ namespace hex::init {
|
||||
float m_progress = 0;
|
||||
std::string m_currTaskName;
|
||||
|
||||
float m_globalScale = 1.0F;
|
||||
|
||||
void initGLFW();
|
||||
void initImGui();
|
||||
|
||||
|
||||
@@ -43,11 +43,8 @@ namespace hex {
|
||||
friend void ImHexSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHandler *handler, void *, const char* line);
|
||||
friend void ImHexSettingsHandler_WriteAll(ImGuiContext* ctx, ImGuiSettingsHandler *handler, ImGuiTextBuffer *buf);
|
||||
|
||||
void setFont(const std::filesystem::path &font_path);
|
||||
|
||||
GLFWwindow* m_window = nullptr;
|
||||
|
||||
float m_globalScale = 1.0F, m_fontScale = 1.0F;
|
||||
double m_targetFps = 60.0;
|
||||
bool m_demoWindowOpen = false;
|
||||
bool m_layoutConfigured = false;
|
||||
|
||||
Reference in New Issue
Block a user