Skip to content
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

stb_truetype: Add missing return keyword #1422

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NBickford-NV
Copy link
Contributor

Hi stb maintainers! Here's one more pull request: in stb_truetype.h, stbtt__cid_get_glyph_subrs() creates a null stbtt__buf on an invalid format or glyph as if to return an error, but discards the result. This pull request adds the keyword to return it.

Thanks!

NBickford-NV added a commit to NBickford-NV/imgui that referenced this pull request Dec 19, 2022
…_cid_get_glyph_subrs` (duplicate of nothings/stb#1422)

Signed-off-by: Neil Bickford <nbickford@nvidia.com>
ocornut pushed a commit to ocornut/imgui that referenced this pull request Dec 20, 2022
…_cid_get_glyph_subrs` (#6007)

Submitted as PR: nothings/stb#1422
Signed-off-by: Neil Bickford <nbickford@nvidia.com>
Signed-off-by: Neil Bickford <nbickford@nvidia.com>
kjblanchard pushed a commit to kjblanchard/imgui that referenced this pull request May 5, 2023
…_cid_get_glyph_subrs` (ocornut#6007)

Submitted as PR: nothings/stb#1422
Signed-off-by: Neil Bickford <nbickford@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants