Skip to content

Commit 86b77cc

Browse files
committed
remove launch demo_font_common_glyph_range
1 parent 2d19f12 commit 86b77cc

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

bindings/imgui_bundle/demos_cpp/demo_immapp_launcher.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ std::function<void()> makeGui()
4646
"demo_pydantic",
4747
"Python: How to use ImVec2 and ImVec4 with Pydantic",
4848
},
49-
DemoApp{
50-
"demo_font_common_glyph_range",
51-
"How to load fonts with specific glyph ranges (e.g., Chinese, Japanese, Korean)",
52-
},
5349
// DemoApp{
5450
// "imgui_example_glfw_opengl3",
5551
// "Python: translation of the [GLFW+OpenGL3 example](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_opengl3/main.cpp) from Dear ImGui. "

bindings/imgui_bundle/demos_python/demo_immapp_launcher.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def make_gui() -> GuiFunction:
6666
"demo_pydantic",
6767
"Python: How to use ImVec2 and ImVec4 with Pydantic",
6868
),
69-
DemoApp(
70-
"demo_font_common_glyph_range",
71-
"How to load fonts with specific glyph ranges (e.g., Chinese, Japanese, Korean)",
72-
),
7369
# Disabled since v1.92 (use pure Python backend instead)
7470
# DemoApp(
7571
# "imgui_example_glfw_opengl3",

0 commit comments

Comments
 (0)