summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/mix.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk19@gmail.com>2015-09-02 11:27:08 -0700
committerJames Godfrey-Kittle <jamesgk19@gmail.com>2015-09-02 11:27:08 -0700
commitc5d7c05a8aa30834d5b3514c506d0a574cfb7084 (patch)
treefd083f8686860a32e7fc8074a5aa1e08a1622a25 /scripts/lib/fontbuild/mix.py
parentda5a7c35c3bc024415ac521caf36d61e6e7d36cf (diff)
parent0afea67e9943ee566eb52d7d0f95de5f8a358152 (diff)
Merge pull request #105 from jamesgk/shape-fix
Don't use RGlyph.getParent.
Diffstat (limited to 'scripts/lib/fontbuild/mix.py')
-rw-r--r--scripts/lib/fontbuild/mix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/fontbuild/mix.py b/scripts/lib/fontbuild/mix.py
index 443dfeb..519b50d 100644
--- a/scripts/lib/fontbuild/mix.py
+++ b/scripts/lib/fontbuild/mix.py
@@ -249,7 +249,7 @@ class Master:
size = len(g)
csize = len(g.components)
if (size > 0 and csize > 0):
- decomposeGlyph(g)
+ decomposeGlyph(self.font, g.name)
if overlayPath != None:
overlayFont = OpenFont(overlayPath)