imgui-js icon indicating copy to clipboard operation
imgui-js copied to clipboard

Emojis/Non-latin glyphs

Open phorcys420 opened this issue 3 years ago • 0 comments

I am trying to display Emojis, and the Tribar character (U+2261, ≡) for a project that uses imgui-js. In traditional C++ Dear ImGui, that's how you would load a font using a custom glyph range: https://github.com/ocornut/imgui/blob/master/docs/FONTS.md#using-custom-glyph-ranges

How would I go on about doing that in imgui-js ?

phorcys420 avatar Jan 09 '22 13:01 phorcys420