Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Unicode Identifiers #4

Open
TOTBWF opened this issue Aug 17, 2021 · 1 comment
Open

Support Unicode Identifiers #4

TOTBWF opened this issue Aug 17, 2021 · 1 comment

Comments

@TOTBWF
Copy link
Owner

TOTBWF commented Aug 17, 2021

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

@TOTBWF
Copy link
Owner Author

TOTBWF commented Aug 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant