From d6924cc6ffb57b06a70403b4f91ace6e88324d26 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 14 Mar 2024 21:18:22 +0100 Subject: korean ont --- imgui/imgui_spectrum.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'imgui') diff --git a/imgui/imgui_spectrum.cpp b/imgui/imgui_spectrum.cpp index fabca64..47cca36 100644 --- a/imgui/imgui_spectrum.cpp +++ b/imgui/imgui_spectrum.cpp @@ -37,8 +37,7 @@ namespace ImGui { IM_ASSERT(font != nullptr); io.FontDefault = font; - io.Fonts->Build(); - + // Uncomment if you want these glyphs. Fonts can be found in fonts/ folder. // io.Fonts->AddFontFromMemoryCompressedTTF( // GmarketSans_compressed_data, @@ -50,8 +49,7 @@ namespace ImGui { // NotoSansJP_compressed_size, // size, &config, io.Fonts->GetGlyphRangesJapanese()); - - + io.Fonts->Build(); } void StyleColorsSpectrum() { -- cgit v1.2.3-70-g09d2