googlefonts / fontra

A browser-based font editor
https://fontra.xyz
GNU General Public License v3.0
493 stars 21 forks source link

Use LayoutHandling.CLOSURE for drop-unreachable-glyphs #1482

Closed justvanrossum closed 3 months ago

justvanrossum commented 3 months ago

Use LayoutHandling.CLOSURE for drop-unreachable-glyphs, so we actually keep glyphs only reachable via features

Additionally (unrelated, but prevents a ufomerge warning), only add .notdef if we have it

This fixes #1481.