Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fontbe/features.rs: must iterate over static_metadata.variable_axes, …
…not just .axes ... just like in the line immediately above this, we initialized a Vec::with_capacity(self.static_metadata.variable_axes.len()) Otherwise if len(variable_axes) != len(axes) -- like in the case of Oswald -- we get spurious errors about Missing tent for <axis> Fixes #426
- Loading branch information