Skip to content

Commit

Permalink
Print hidden axes in variable font
Browse files Browse the repository at this point in the history
  • Loading branch information
ftCLI committed Dec 5, 2024
1 parent 928dce9 commit 4f9d736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundryToolsCLI/Lib/printer/UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def print_instances(variable_font: VariableFont):
instances = variable_font.get_instances()
table.add_section()
table.add_column("#")
axes = variable_font.get_axes()
axes = variable_font.get_axes(hidden_axes=True)
for axis in axes:
table.add_column(axis.axisTag)
table.add_column("subfamilyNameID")
Expand Down

0 comments on commit 4f9d736

Please sign in to comment.