diff options
author | Rasmus Andersson <rasmus@notion.se> | 2018-09-27 05:19:24 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2018-10-11 09:38:19 +0300 |
commit | b966f9c96b38589bb3bce05e240637b125e77c7f (patch) | |
tree | 32c2a4af2dfd536bb4ce16ea3cbe2d23d48d3467 | |
parent | 8b44a894fbe8e4a1f7d7debc057a445f6c948138 (diff) | |
download | inter-b966f9c96b38589bb3bce05e240637b125e77c7f.tar.xz |
fontbuild: Strip com.schriftgestaltung.Glyphs.lastChange from generated UFO masters
-rwxr-xr-x | misc/fontbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/fontbuild b/misc/fontbuild index 2bb13b679..754b3ee80 100755 --- a/misc/fontbuild +++ b/misc/fontbuild @@ -502,6 +502,7 @@ class Main(object): # clear anchors for g in source.font: g.clearAnchors() + del g.lib['com.schriftgestaltung.Glyphs.lastChange'] # write UFO file source.path = ufo_path |