Enhance TrueType hinting to bring full FreeType v40 Parity#508
Merged
JimBobSquarePants merged 4 commits intomainfrom Mar 12, 2026
Merged
Enhance TrueType hinting to bring full FreeType v40 Parity#508JimBobSquarePants merged 4 commits intomainfrom
JimBobSquarePants merged 4 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #508 +/- ##
======================================
- Coverage 83% 83% -1%
======================================
Files 302 303 +1
Lines 20884 21208 +324
Branches 3026 3106 +80
======================================
+ Hits 17462 17691 +229
- Misses 2658 2715 +57
- Partials 764 802 +38
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Prerequisites
Description
This pull request introduces improvements to TrueType hinting and variable font support, updates licensing and third-party notices, and modifies test image outputs and test code. The most important changes include enabling normalized axis coordinates for hinting, updating licensing documentation for FreeType and HarfBuzz, and adjustments to test assets and code for robustness and accuracy.
Enhancements to TrueType hinting and variable font support:
ApplyTrueTypeHintinginStreamFontMetrics.TrueType.cs,GlyphVariationProcessor.NormalizedCoordinatesinGlyphVariationProcessor.cs). [1] [2]NeverHintlist, allowing hinting for this font and improving test coverage (TrueTypeGlyphMetrics.CompatibilityLists.cs).Licensing and third-party notices:
FTL.TXT(FreeType License) and updatedTHIRD-PARTY-NOTICESto include FreeType and HarfBuzz license information, ensuring compliance and transparency. [1] [2]SixLabors.Fonts.csprojto include new license files in the package.Test assets and code updates:
Issues_493.cs).