I’m curious if there’s a method to export a Variable Font (VF) with both Roman and Italic styles when they are incompatible.
Currently, my approach is:
Add “Italic” axis
Add Virtual Masters for each Italic master
Copy Italic master layer into a Intermediate layers and use for Italic axis [0,01<it<1]
Using “Disable Masters” to disable all real Italic Masters
The idea of this setup is to generate a VF where Italic axis work as toggle button.
However, this approach has a significant issue: virtual masters cannot have kerning data.
Thank you for your sample file, @GeorgSeifert. Although it’s not exactly what I’m looking for, sorry if my explanation wasn’t clear enough. However, your file helped me find a way to achieve what I wanted.
You don’t need to do the slanting. Just added that to show what is going on. And to better understand the masters.
I would put the breakpoint in the middle.
Last question, Georg: in my file, the Roman and Italic have different kerning. This leads to a slight change in spacing along the italic axis, because even though the shapes are swapped, the kerning still interpolates.
There’s no way to avoid this, right? Since alternate glyphs can’t have proper kerning.
Hi @HugoJ and @GeorgSeifert! I’m curious to know if a solution was found to avoid the problem that there is slight change in spacing along the Italic axis?