Hi there,
I’m trying to edit a variable TTF font and add additional instances.
However, when I open the file in Glyphs, I run into a couple of issues:
• Kerning pairs seem to be missing
• Diacritics are misplaced
• It looks like anchors might be gone as well
From what I understand, this might be due to the limitations of working with a compiled TTF rather than the original source file.
What would be the best approach to:
- Properly recover or reconstruct the font data (kerning, anchors, etc.)
- Add new instances to a variable font in this situation
Would it be better to convert the font to a different format first or?
Any advice or recommended workflows would be much appreciated.
Thanks!