Skip to content

Commit

Permalink
Merge pull request #72 from googlefonts/more-auto-instances
Browse files Browse the repository at this point in the history
Improve axis-value-label-based automatic instances: don't require _all_ axes to have labels
  • Loading branch information
justvanrossum authored Jan 16, 2025
2 parents 832e9cc + 1de9698 commit 591c029
Show file tree
Hide file tree
Showing 7 changed files with 1,051 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra_compile/compile_fontmake_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def addInstances(designspacePath):
for label in axis.axisLabels
]
for axis in axes
if axis.axisLabels
]

axesByName = {axis.name: axis for axis in dsDoc.axes}
Expand Down
Loading

0 comments on commit 591c029

Please sign in to comment.