diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 21:18:22 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 21:18:22 +0100 |
| commit | d6924cc6ffb57b06a70403b4f91ace6e88324d26 (patch) | |
| tree | cb44dbb63bae8cca3c32ba6ff7c33a7318f98af2 /imgui | |
| parent | 3bd549b016add6f94ef5cdeaeb3306fc78ccd08e (diff) | |
korean ont
Diffstat (limited to 'imgui')
| -rw-r--r-- | imgui/imgui_spectrum.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
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() { |
