-
-
Notifications
You must be signed in to change notification settings - Fork 399
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 height issues #240
fix height issues #240
Conversation
Hi Rasmus! I just finished checking and fixing upper- and lowercase glyphs in all Inter styles. I wrote a script to filter for y-coordinates of extreme points that don't match the defined ascender-, descender or x-height (+-overshoot) values. Examples for glyphs (before and after fixing):
Following glyphs have been adapted to match the defined heights:
While working on those glyphs, I also smoothed some curves and fixed minor issues in the contours. Have a look and let me know what you think :) |
Wow! This is fantastic work Katja! <3 |
Hey Rasmus, I started checking and fixing the alignment of lowercase-glyphs in all weights.
I wrote a small script to find critical points around the x-height und will document all glyphs that I fixed.
f.e.: the extreme point on /rho should align with overshoot:
This script also found "smallcap" glyphs, that don't align with x-height:
Is this intentional, or should I fix it too?
I also found some issues with capital glyphs: f.e. uni0370 should align with cap-height.
I could re-write the mentioned script to find not-aligning extreme points around cap-Height and fix them, too. It shouldn't take too long to adapt the script.