Skip to content

Variable font output filename doesn't use designspace info #89

Description

@ryanbugden

It looks like the output filename for a variable font uses the interpolable operator name instead of the VariableFontDescriptor’s filename attribute.

for name, interpolableOperator in operator.getInterpolableUFOOperators(useVariableFonts=True):
for binaryFormat, postProcessCallback in binaryFormats:
binaryExtention = binaryFormat.split("-")[0]
suffix = settings["variableFontsSuffix"]
fileName = f"{name}{suffix}.{binaryExtention}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions