-
Notifications
You must be signed in to change notification settings - Fork 7
installable via pip #18
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
Conversation
_pri and _sec is awkward. _a and _b is clearer.
(not sure this is the right way, but ¯\_(ツ)_/¯)
* respect a font’s UPM * don’t expect non-suffixed figures to exist
for both Defcon and fontTools fonts
* make the argument order more logical * use helper module to get family name * further work toward supporting font files
* collect mark-to-base, mark-to-mark, and mark-to-ligature anchors * draw anchors for both fonts and UFOs if requested
they improve code organization, speed, and readability
that name makes more sense to me
josh-hadley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frankrolf nice upgrade! I think this is fine as-is, but for a future update we should consider getting this into PyPI (although we'll want to more prominently document that this is Mac-only). It might also be nice to set up and automate some basic tests & generation of documentation. But that's all optional, for later. Nice work!
This is a big PR, focusing on two major improvements:
pip(which should make it much more accessible).glyphProofUFO) and figureSpacingProofBeyond that, there have been a lot of individual fixes and updates, which help consistency, speed, and (hopefully) readability.