Skip to content

Commit

Permalink
Merge pull request #25 from aaronbell/master
Browse files Browse the repository at this point in the history
Implementing decomposeTransformedComponents on exported fonts
  • Loading branch information
coz-m committed Sep 23, 2021
2 parents 1c16992 + 1ed2264 commit 6ee9e7c
Show file tree
Hide file tree
Showing 87 changed files with 107 additions and 94 deletions.
4 changes: 4 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ def cleanup():
source.lib['com.github.googlei18n.ufo2ft.filters'] = [{
"name": "flattenComponents",
"pre": 1,
},
{
"name": "decomposeTransformedComponents",
"pre": 1,
}]
ufoLib2.Font.save(source)

Expand Down

0 comments on commit 6ee9e7c

Please sign in to comment.