googlefonts / Raleway

Raleway Fonts
SIL Open Font License 1.1
4 stars 3 forks source link

Completed VTT Hinting sources #17

Closed mikedug closed 4 years ago

mikedug commented 4 years ago

Completed VTT Hinting Raleway Roman and Italic Variable fonts

m4rc1e commented 4 years ago

Thanks

m4rc1e commented 4 years ago

@pichotta please merge this and I'll send a pr which will compile the hints.

m4rc1e commented 4 years ago

If I extract the hinting data using vttLib and then reimport it onto a newly generated font. I get the following traceback:

raise VTTLibInvalidComposite(
vttLib.VTTLibInvalidComposite: Component 1 in 'uni04B7' has wrong x offset: expected 386, found 381.

I'm wondering if amendments have been made to the sources and they haven't been commited to this repo yet?

cc @pichotta @moyogo

mikedug commented 4 years ago

I can make this fix, and update the font, and open a new pull request? or do I just need to update the font? were there any other issues found when importing the hinting?

mikedug commented 4 years ago

the font is updated now with the correct offset for uni04B7

m4rc1e commented 4 years ago

Thanks!

I've just opened up a pr which includes your hints. I'll quickly diff them and see if we have any issues.