-
Notifications
You must be signed in to change notification settings - Fork 11
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
Preflight hinting #26
Comments
Another approach is to just log all the glyphs which cannot be compiled when running |
PR welcome :) |
Ended up writing a gftools script for this task, https://github.com/googlefonts/gftools/blob/main/bin/gftools-check-vtt-compile.py Can improve and transfer it to this repo but I may be a bit slow due to other tasks. |
Also looks like it was written in an ad hoc/dirty manner so it should be improved. |
Take your time :) |
It would be nice to have
vttLib preflight
to check whether hinting will compile for a given font. I'd expect the output to show incompatible glyphs and also glyphs which use SOFTOFFSET.Such a tool would allow me to produce a list of problematic glyphs I can send to a hinter to get fixed.
Happy to submit a pr if you think it's useful.
The text was updated successfully, but these errors were encountered: