FreeType, Loading Emoji Font freezes window #7126
Advik-B
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 2 comments 6 replies
-
Does it freeze forever or just take a really long time to load?
This is a huge range. Dear ImGui currently rasterizes all glyphs up front, so this will take quite a long time. You probably need to be more selective about the ranges your app actually needs. |
Beta Was this translation helpful? Give feedback.
5 replies
-
This issue is probably the same as sammycage/lunasvg#150 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version/Branch of Dear ImGui:
Version: v1.90
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: MSVC 2022 64x
Operating System: Windows 11
My Issue/Question:
Why does my GUI freeze, I have pinpointed the problem here:
If I comment out the line, it works perfectly
Screenshots/Video
The output generated by cmake
C++ file
Cmake
Beta Was this translation helpful? Give feedback.
All reactions