This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Description
Trying to run fez2fea gives me this:
fez2fea ../Playfair-2_1-Roman.glyphs nut_fractions.fez > nut_fractions.fez.fea
Traceback (most recent call last):
File "/Users/claus/.local/bin/fez2fea", line 32, in <module>
font = load(args.font) # XXX master
^^^^^^^^^^^^^^^
File "/Users/claus/.local/virtualenv/fez/venv/lib/python3.11/site-packages/babelfont/__init__.py", line 17, in load
return Convert(filename).load()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/claus/.local/virtualenv/fez/venv/lib/python3.11/site-packages/babelfont/convertors/__init__.py", line 70, in load
return c.load(self, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/claus/.local/virtualenv/fez/venv/lib/python3.11/site-packages/babelfont/convertors/__init__.py", line 26, in load
return self._load()
^^^^^^^^^^^^
File "/Users/claus/.local/virtualenv/fez/venv/lib/python3.11/site-packages/babelfont/convertors/glyphs.py", line 89, in _load
self.font.instances.append(self._load_instance(ginstance))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/claus/.local/virtualenv/fez/venv/lib/python3.11/site-packages/babelfont/convertors/glyphs.py", line 342, in _load_instance
raise ValueError("Need to Synthesize location")
ValueError: Need to Synthesize location