Update the 'Using Fonts' page to include information on spacing adjustments and kerning pairs for image fonts#10880
Merged
skyace65 merged 6 commits intogodotengine:masterfrom Apr 23, 2025
Merged
Conversation
…tments and kerning pairs for image fonts Closes godotengine#10855 Non-monospaced image fonts have been supported for quite some time, but the documentation has not yet been updated to reflect this. There are now some additional screenshots and examples of how to use the extra parameters in the Character Ranges, and how to use the Kerning Pairs list.
Calinou
reviewed
Apr 22, 2025
Calinou
reviewed
Apr 22, 2025
Calinou
reviewed
Apr 22, 2025
Calinou
reviewed
Apr 22, 2025
Calinou
approved these changes
Apr 22, 2025
Member
Calinou
left a comment
There was a problem hiding this comment.
Looks good to me. Great work 🙂
wouldn't pass checks otherwise.
skyace65
approved these changes
Apr 23, 2025
Contributor
|
Thanks! And congrats on your first merged PR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #10855
Non-monospaced image fonts have been supported for quite some time, but the documentation has not yet been updated to reflect this.
There are now some additional screenshots and examples of how to use the extra parameters in the Character Ranges, and how to use the Kerning Pairs list, and the old screenshots have been replaced with ones that do not say "monospaced image font" in the import type to reflect what the current editor version says.
Further edits will have to be made if godotengine/godot#105543 is accepted.
For now, I'm just focused on making sure these features are known and documented.
If there are any additional changes that need to be made, please let me know as I am very new to this, and I could easily have gotten something wrong even if I read the style guides.