Closed
Description
Version/Branch of Dear ImGui:
Version: 1.82
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Operating System: MacOS
My Issue/Question:
How to render colored emoji?
Here is what I've done:
- Add #define IMGUI_USE_WCHAR32 to imconfig.h.
- Add "Apple Color Emoji.ttc" font with minimal glyph range "⌚️<-watch 😊<-smile" to test emoji rendering.
- Create imgui.TextUnformated("⌚️<-watch 😊<-smile")
The emoji doesn't be rendered. Do I have to change anything in the renderer or platformer to render them correctly?
Activity