On Tue, Jun 16, 2020 at 12:00 AM Owen Lamb <[email protected]> wrote: > Rather late in the week, I also came to the realization that, in order to > support *any* SMuFL font's optional features, I'll also have to read its > metadata JSON file if it has one, before defaulting to its OpenType > features if it doesn't. (Thanks, Werner, for guiding me through that > business!)
if we're doing JSON anyway, you might want see if you can migrate the existing Scheme based table to JSON too. The Scheme format is convenient because we already have a Scheme parser, but JSON is more fitting to the task. -- Han-Wen Nienhuys - [email protected] - http://www.xs4all.nl/~hanwen
