-
Notifications
You must be signed in to change notification settings - Fork 20
davelab6 Updated README #76
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
base: main
Are you sure you want to change the base?
Conversation
Add more detailed history, clarify license, etc
With these, the TTF has named instances for all the styles in the v2.136 release, plus additional named instances for all styles along the Weight and Width axes given values in the OpenType OS/2 table. | ||
|
||
A new build script was written by [@m4rc1e](https://github.com/m4rc1e) that preserves outline overlaps and generates a Variable Font from these new UFOs; the earlier build system was thus discarded. | ||
The hinting was transplanted from the v2.136 release TTFs to VTT using |
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.
The hinting was never taken from v2.136. That mapper was simply written because the glyph order changed during Mike's hinting.
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.
Comments on hinting in the read me could include warnings that:
to change contours by adding or deleting points,
or by removing overlaps,
will require developers to rehint those glyphs.
If review of something else, let me know.
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.
Yes, the mapper was made when we did the ‘diet’ version, that was discarded, so we preserved the full glyph repertoire and complete Mike’s hinting.
|
||
sh sources/build.sh | ||
|
||
This will output a new TTF binary in `sources/master_ttf/Roboto-Regular.ttf` |
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.
Would be better to write
"Fonts will output to the fonts/
directory.
@m4rc1e do you need anything from me to resolve these comments and merge ahead of the next release? |
@dberlow please review