fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
534 stars 99 forks source link

Fix check/monospace ERROR: bSpacing attribute #4686

Closed felipesanches closed 2 months ago

felipesanches commented 2 months ago

com.google.fonts/check/monospace On the OpenType profile

Fix ERROR when accessing the 4th bit of panose (spacing) when family type is LATIN_HAND_WRITTEN or LATIN_SYMBOL. FontTools still calls it 'bProportion' even though the proper name should be 'bSpacing'.

(issue #2857)