coolttviz icon indicating copy to clipboard operation
coolttviz copied to clipboard

Support Unicode Identifiers

Open TOTBWF opened this issue 3 years ago • 1 comments

This should be a simple matter of using a font with proper unicode support in ImGui.

TOTBWF avatar Aug 17 '21 22:08 TOTBWF

This is a bit more complicated than first appears. The bindings that come with cimgui dont use IMGUI_USE_WCHAR32 or IMGUI_USER_CONFIG by default. Perhaps it is better to just drop cimgui, and then write the renderer in C++? This would let us ImGUI without having to involve another step, though we would still want to expose a nice C interface.

TOTBWF avatar Aug 18 '21 17:08 TOTBWF