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

Fix: Support cyrillic text in the ImGui debug menu #660

Merged
merged 1 commit into from
May 4, 2024

Conversation

miredirex
Copy link
Contributor

@miredirex miredirex commented Apr 28, 2024

Currently, all cyrillic text in the debug menu is displayed as "??????". The Roboto font used for ImGui, which is stored as base85 here supports cyrillic glyphs, so why not use it?

image

@miredirex miredirex force-pushed the fix/support-cyrillic-in-imgui branch from a7ba8e9 to ee7dd46 Compare April 28, 2024 22:05
@Force67 Force67 merged commit c50ee46 into tiltedphoques:dev May 4, 2024
2 checks passed
@miredirex miredirex deleted the fix/support-cyrillic-in-imgui branch May 4, 2024 21:09
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

Successfully merging this pull request may close these issues.

2 participants