Relative Content

Tag Archive for c++opengltextspecial-charactersimgui

How to Display Special Characters (₹,₤,₿..) in ImGui Window?

I’m working on an application using ImGui for the UI, and I’m having trouble displaying special characters like the Indian Rupee symbol (₹) in my ImGui windows. Currently, these characters are showing up as ? instead of the correct symbols.I’m specifically using OpenGL as the underlying renderer.