ImFontGlyphRangesBuilder #5790
project224
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 3 comments 2 replies
-
And use tools such as the ones mentioned here: Perhaps you are loading a font but texture hasn't been updated in the Backends. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don’t know what imgui_app is. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes please look at imgui_app source code or ask them about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am trying to add support for these chars "šđč枊ĐČĆŽ"
code is called before imgui_app;
GetGlyphRangesDefault returns these ranges
0x0020, 0x00FF,
0x0100, 0x017F, // Latin Extended-A
rendered text
Beta Was this translation helpful? Give feedback.
All reactions