Using ImFontGlyphRangesBuilder, I'm failing to add a non Latin character to my Latin character set #7130
jwalway
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 2 replies
-
A suggestion is:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using ImGui v1.89.3 on Windows 10, with Visual Studio 2022, OpenGL, and C++.
I'm attempting to add an extra character to my fonts. Namely I want a €, euro symbol, along with all the usual Latin characters. I implemented the code below. Yet when I run the program the font gives me gibberish for everything.
Can anyone tell me what I'm doing wrong here?
Thanks!
...John Alway
Beta Was this translation helpful? Give feedback.
All reactions