For the UFOs/Designspace projects that I would like make variable fonts from the UFOs contains all the needed GPOS (and GSUB) information in features.fea. So I don't need, and don't want, GPOS generated automatically from anchors and/or kerning information.
It looks like the default recipe (googlefonts) used by the builder always calls fontmake with --filter ... thus enabling the automatic GPOS generation. Is there a way to call fontmake with --feature-writer None instead?
I guess I could create my own recipe but having an option would be much easier.
For the UFOs/Designspace projects that I would like make variable fonts from the UFOs contains all the needed GPOS (and GSUB) information in
features.fea. So I don't need, and don't want, GPOS generated automatically from anchors and/or kerning information.It looks like the default recipe (
googlefonts) used by the builder always calls fontmake with--filter ...thus enabling the automatic GPOS generation. Is there a way to call fontmake with--feature-writer Noneinstead?I guess I could create my own recipe but having an option would be much easier.