Using ImFontGlyphRangesBuilder, I'm failing to add a non Latin character to my Latin character set #7130
jwalway
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment 2 replies
|
A suggestion is:
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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
All reactions