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

Fix decimal and hex ranges not working with image fonts #90647

Merged
merged 1 commit into from
May 17, 2024

Conversation

Gaktan
Copy link
Contributor

@Gaktan Gaktan commented Apr 13, 2024

Importing an image as a font was broken. Following the documentation, the range must be specified:
https://docs.godotengine.org/en/stable/tutorials/ui/gui_using_fonts.html

This was not working with simple ranges such as "0-127", or "0x0-0x7F".

Bugsquad edit:

@Gaktan Gaktan requested a review from a team as a code owner April 13, 2024 22:37
@AThousandShips AThousandShips changed the title Fixed decimal and hex ranges not working with image fonts Fix decimal and hex ranges not working with image fonts Apr 14, 2024
@AThousandShips AThousandShips added this to the 4.3 milestone Apr 14, 2024
@akien-mga akien-mga requested a review from bruvzg April 14, 2024 12:13
@Gaktan Gaktan requested a review from bruvzg April 16, 2024 21:40
@akien-mga akien-mga merged commit 54b2e5d into godotengine:master May 17, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

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.

Monospace image font import completely broken in 4.3.dev6
5 participants