Add font-contrast to Python - #49
Open
ayaanahad wants to merge 2 commits into
Open
Conversation
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.
Adds font-contrast to Python.
It reads metrics straight out of the binaries with fontTools — x-height and cap height
from
OS/2, the weight axis fromfvar, and mean advance over a–z resolved throughcmapintohmtx— and publishes the result for 54 open-source families as CC0 JSON/CSV.It was written because
OS/2.xAvgCharWidthis unreliable: Poppins declares 0.851 em andmeasures 0.561, and five family pairs declare identical values while their real widths
differ by up to 0.113 em.