schriftgestalt / Glyphs-Scripts

Some useful scripts to work with Glyphs
glyphsapp.com
114 stars 103 forks source link

Glyphs Import: glyphsLib.Parser no longer takes 'dict_type' kwarg #33

Closed anthrotype closed 1 year ago

anthrotype commented 7 years ago

passing a 'dict_type' will raise an error, as the keyword argument is no longer recognised.

glyphsLib.Parser() now defaults to an OrderedDict:

https://github.com/googlei18n/glyphsLib/commit/4fa2ddbe4379adab1998e49705434a4b2897a5a5

moyogo commented 7 years ago

ping

schriftgestalt commented 7 years ago

the parser might get the functionality back when the stuff in the branch class_tree_new is finished.