googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
151 stars 43 forks source link

Fix dist-enabled scripts #582

Closed simoncozens closed 2 years ago

simoncozens commented 2 years ago

While debugging https://github.com/googlefonts/noto-fonts/issues/2228 I discovered that Dives Akuru was missing from the list of dist-enabled scripts. "That's funny", I thought, "I'm sure I added a bunch of USE scripts to ufo2ft recently." But no, that was for the mark feature writer. The kern feature writer has its own, separate list of USE scripts - and Dives Akuru was missing from that.

This PR makes the kern writer use the common USE script list (and the Indic script list too, while we're at it), and fixes a couple of typos.

anthrotype commented 2 years ago

good catch