mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
change font path
This commit is contained in:
@@ -102,7 +102,7 @@ ui_layer::init( GLFWwindow *Window ) {
|
||||
IMGUI_CHECKVERSION();
|
||||
ImGui::CreateContext();
|
||||
m_imguiio = &ImGui::GetIO();
|
||||
m_imguiio->Fonts->AddFontFromFileTTF("DejaVuSansMono.ttf", 13.0f);
|
||||
m_imguiio->Fonts->AddFontFromFileTTF("fonts/dejavusansmono.ttf", 13.0f);
|
||||
|
||||
ImGui::StyleColorsClassic();
|
||||
ImGui_ImplGlfw_InitForOpenGL(m_window);
|
||||
|
||||
Reference in New Issue
Block a user