-
Notifications
You must be signed in to change notification settings - Fork 319
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
Displaying Glyphs' Codepoints as Characters [SOLVED] #494
Comments
Same issue as #206. The Colored/Visible/Codepoint fields in the ImFontGlyph struct are bit packed and ImGui.NET doesn't honor this. Your original code snippet could have worked if you incorrectly access the ImFontGlyph structure to compensate for the incorrect layout and do:
PR #245 should fix this but I don't know what the status is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to create a simple window to list all the glyphs and theirs Unicode of a font. But I dont manage to use properly the Codepoint to render the character.
Does anyone know how I can achieve that?
Thanks in advance!
The text was updated successfully, but these errors were encountered: