googlefonts / fontdiffenator

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

Fix errors for Enriqueta family #57

Closed m4rc1e closed 5 years ago

m4rc1e commented 5 years ago

dump: only add pair kerns if they have an XAdvance attrib The Bold weight has a single kern pair which uses Xplacement instead of XAdvance. Kerns that use Xplacement are now ignored. These were already ignored for class kerns.

Reports If a table contained no items, Diffenator would crash if the user attempted to gen a report. A table will now only be genned if it contains items

Tests Stop running the tests if unittest fails