Skip to content

Commit

Permalink
Improve designspace generation and roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
belluzj committed Feb 1, 2018
1 parent 46f3a38 commit 200d54e
Show file tree
Hide file tree
Showing 26 changed files with 1,558 additions and 1,056 deletions.
2 changes: 2 additions & 0 deletions Lib/glyphsLib/builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def to_ufos(font,

def to_designspace(font,
family_name=None,
instance_dir=None,
propagate_anchors=True,
ufo_module=defcon,
minimize_glyphs_diffs=False):
Expand All @@ -76,6 +77,7 @@ def to_designspace(font,
font,
ufo_module=ufo_module,
family_name=family_name,
instance_dir=instance_dir,
propagate_anchors=propagate_anchors,
use_designspace=True,
minimize_glyphs_diffs=minimize_glyphs_diffs)
Expand Down
Loading

0 comments on commit 200d54e

Please sign in to comment.