googlefonts / fontdiffenator

Font comparison tool
Apache License 2.0
81 stars 13 forks source link

Move vf instantiation into its own function #66

Closed m4rc1e closed 4 years ago

m4rc1e commented 4 years ago

Since this logic was never included in a function, any tool/lib that wanted to use diffenator to diff vfs would have to roll their own vf to static matcher. Both gftools qa and @graphicore's dashboard have been affected by this. Now any tool can just import the font_matcher function instead.

graphicore commented 4 years ago

Awesome, thanks!