Skip to content

Commit

Permalink
Merge pull request #755 from googlefonts/cli-glyph-data
Browse files Browse the repository at this point in the history
[cli] Make passing --glyph-data actually do something
  • Loading branch information
khaledhosny authored Dec 10, 2021
2 parents e71c031 + 041fe6f commit 10c8b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/glyphsLib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def load_to_ufos(
propagate_anchors=None,
ufo_module=None,
minimal=False,
glyph_data=None,
):
"""Load an unpacked .glyphs object to UFO objects."""

Expand All @@ -70,6 +71,7 @@ def load_to_ufos(
propagate_anchors=propagate_anchors,
ufo_module=ufo_module,
minimal=minimal,
glyph_data=glyph_data,
)


Expand Down Expand Up @@ -126,6 +128,7 @@ def build_masters(
write_skipexportglyphs=write_skipexportglyphs,
ufo_module=ufo_module,
minimal=minimal,
glyph_data=glyph_data,
)

# Only write full masters to disk. This assumes that layer sources are always part
Expand Down

0 comments on commit 10c8b1d

Please sign in to comment.