You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to roundtrip a .glyphs file that happens to have outdated classes with some glyphs that are not in the font.
in def _to_glyphs_features() (in features.py), > FeaDocument() > self._doc = parser_.parse() > featureLib.parser.Parser.parse() it checks for missing glyphs. But all we want is to segment the .fea file into individual feature blocks. The code should not required to be valid.
The text was updated successfully, but these errors were encountered:
I’m trying to roundtrip a .glyphs file that happens to have outdated classes with some glyphs that are not in the font.
in
def _to_glyphs_features()
(in features.py), >FeaDocument()
>self._doc = parser_.parse()
>featureLib.parser.Parser.parse()
it checks for missing glyphs. But all we want is to segment the .fea file into individual feature blocks. The code should not required to be valid.The text was updated successfully, but these errors were encountered: