refactor(Fonts): Removed unused rubik font
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern const unsigned char font_rubik[140732];
|
|
||||||
extern const unsigned char font_storopia[89888];
|
extern const unsigned char font_storopia[89888];
|
File diff suppressed because it is too large
Load Diff
@ -54,7 +54,6 @@ namespace big
|
|||||||
std::strcpy(font_cfg.Name, "Storopia");
|
std::strcpy(font_cfg.Name, "Storopia");
|
||||||
|
|
||||||
m_font = ImGui::GetIO().Fonts->AddFontFromMemoryTTF(const_cast<std::uint8_t*>(font_storopia), sizeof(font_storopia), 20.f, &font_cfg);
|
m_font = ImGui::GetIO().Fonts->AddFontFromMemoryTTF(const_cast<std::uint8_t*>(font_storopia), sizeof(font_storopia), 20.f, &font_cfg);
|
||||||
//m_font = ImGui::GetIO().Fonts->AddFontFromMemoryTTF(const_cast<std::uint8_t*>(font_rubik), sizeof(font_rubik), 20.f, &font_cfg);
|
|
||||||
m_monospace_font = ImGui::GetIO().Fonts->AddFontDefault();
|
m_monospace_font = ImGui::GetIO().Fonts->AddFontDefault();
|
||||||
|
|
||||||
g_gui.dx_init();
|
g_gui.dx_init();
|
||||||
|
Reference in New Issue
Block a user