Behdad Esfahbod
Behdad Esfahbod
If you just want to move on with building your system, just skip GLyphy. It's not a strict requirement of anything.
I can take a look if you email me the sources.
@anthrotype @madig The `DesignSpaceDocument` as loaded and split has the write info, but the one passed to varLib suddenly has the wrong names. Is there any transformation that ufo2ft does...
> The `DesignSpaceDocument` as loaded I take that back.
Okay this is what's happening. In the DS the instances don't specify localised family names. Then in `designSpace.split`, this line kicks in: ``` styleMapStyleName=instance.styleMapStyleName or statNames.styleMapStyleName, ``` taking the name...
With these sources, if I remove the axis labels, indeed I see all instances get the name Regular. Weird, because I don't see anything wrong with the instance definitions. I...
> With these sources, if I remove the axis labels, indeed I see all instances get the name Regular. Weird, because I don't see anything wrong with the instance definitions....
There's already a debug message for it: ``` if label is None: LOGGER.debug( f"Document needs a label for axis '{axisName}', user value '{userValue}'." ) ``` I suggest this patch: ```diff...
@arrowtype So, for you to fix this is to make sure you have an axis label matching exactly the position of the named-instance.