-
I'm working on a small application that needs a GUI and this is my first time working with GIU and Dear ImGui, so I'm not familiar with the terminology or the functionality of the libraries at all. Getting started with GIU was really easy and I got my UI working fine quite quickly, but now I'd like to include characters from other Unicode pages. I know the font I am using supports the characters, but literals still output ?? on the UI. So, my question is How do I specify that I want support for the other characters? I know @AllenDang is working on default fonts and things in the next version, but I don't know if that will solve my issue. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Clearly I spoke too soon, without trying the 0.5.5 dev version, which does this reasonably well automatically. |
Beta Was this translation helpful? Give feedback.
Clearly I spoke too soon, without trying the 0.5.5 dev version, which does this reasonably well automatically.