source-foundry / Slice

An open-source, cross-platform GUI app to generate custom font design spaces from variable fonts

Home Page:https://slice-gui.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support restricted variable axis range sub-spaces at Level 4

chrissimpkins opened this issue · comments

Sub-spacing a design axis to a range that does not include the default value requires compile-time editing of the default axis location. This is not currently supported in the fonttools library used to compile fonts in this project.

We intend to support this functionality when it is available in the library.

Related issue on the fonttools tracker: fonttools/fonttools#2157