-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[imstb_truetype] Request on Upgrade to latest version #5075
Labels
Comments
I hope all of the stb libs get updated, theres been lots of changes to them and imgui last updated them 8 months ago. |
ocornut
added a commit
that referenced
this issue
Mar 13, 2022
(Our pageup/pagedown PR was merged, so this is essentially a no-op)
ocornut
added a commit
that referenced
this issue
Mar 13, 2022
I have now updated all STB libs, however I can't seem to load my copy of |
sergeyn
pushed a commit
to sergeyn/imgui
that referenced
this issue
Mar 19, 2022
(our STBRP__CDECL change was merged)
sergeyn
pushed a commit
to sergeyn/imgui
that referenced
this issue
Mar 19, 2022
(Our pageup/pagedown PR was merged, so this is essentially a no-op)
sergeyn
pushed a commit
to sergeyn/imgui
that referenced
this issue
Mar 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My Issue:
I found on Ubuntu font "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf" NotoColorEmoji.zip. When I try to initialize the font by function
stbtt_InitFont
. InitFunction ends insidestbtt__find_table
, which return 0 and disallow initialization of the font.To Reproduce:
Run test and see it is uninitializabled font.
New version of stb_truetype
I checked that latest version v1.26 of stb_truetype [link] can initialize this font.
ImGui version of file imstb_truetype.h is v1.20 (contain imgui modifications).
The text was updated successfully, but these errors were encountered: