refactor(Fonts): Removed unused rubik font

This commit is contained in:
Yimura
2022-01-04 22:52:23 +01:00
parent 1484c90226
commit b6222c3d05
3 changed files with 0 additions and 11735 deletions

View File

@ -1,4 +1,3 @@
#pragma once
extern const unsigned char font_rubik[140732];
extern const unsigned char font_storopia[89888];

File diff suppressed because it is too large Load Diff

View File

@ -54,7 +54,6 @@ namespace big
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_rubik), sizeof(font_rubik), 20.f, &font_cfg);
m_monospace_font = ImGui::GetIO().Fonts->AddFontDefault();
g_gui.dx_init();