You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from ufo2ft==2.25.0, the library will start to reject any unexpected arguments (googlefonts/ufo2ft@c87320c).
The current version of font_project.make_variable_font(), however, passes two of the arguments (flattenComponents, cubicConversionError) that are only meant to be used with ufo2ft.compileTTF but not ufo2ft.compileVariableTTF.
We’ll need to either prune the excess arguments or update ufo2ft to accept them.
The text was updated successfully, but these errors were encountered:
rschiang
changed the title
Extra kwargs in fontmake caused regression with ufo2ft 2.25.0
Regression: ufo2ft 2.25.0 rejects extra keyword arguments passed by fontmake
Oct 18, 2021
Starting from
ufo2ft==2.25.0
, the library will start to reject any unexpected arguments (googlefonts/ufo2ft@c87320c).The current version of
font_project.make_variable_font()
, however, passes two of the arguments (flattenComponents
,cubicConversionError
) that are only meant to be used withufo2ft.compileTTF
but notufo2ft.compileVariableTTF
.We’ll need to either prune the excess arguments or update
ufo2ft
to accept them.The text was updated successfully, but these errors were encountered: