Export subset via API?

Is there a way to export a restricted subset of glyphs? For example, say I want to export only glyphs in the MacRoman set - is there a Python way to do that?

You can add a Keep Glyphs custom parameter to an instance. If you need to do it from a script, make a copy of the instance and add the parameter to it.

1 Like

Brilliant - thanks!