HTLetterspacer icon indicating copy to clipboard operation
HTLetterspacer copied to clipboard

Look for parameters in UFO sources

Open madig opened this issue 7 years ago • 2 comments

The script currently expects parameters to be set for each master in a Glyphs file. I'm working with pure UFO fonts and only roundtrip into Glyphs for scripts and tools. The script should also pick up parameters from the global font info, not just the master parameter list. It could look for parameters in the fontinfo while the parameters set for the masters override those parameters.

madig avatar Jun 12 '17 21:06 madig

How to store them?

andrestelex avatar May 02 '18 00:05 andrestelex

You can use lib keys.

defcon_ufo.lib["com.github.letterspacer.parameters"] = {"paramArea": 300, "paramDepth": 15, "paramOver": 3}

madig avatar May 02 '18 10:05 madig