summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/generateGlyph.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/fontbuild/generateGlyph.py')
-rw-r--r--scripts/lib/fontbuild/generateGlyph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/fontbuild/generateGlyph.py b/scripts/lib/fontbuild/generateGlyph.py
index 5f60683..18952e0 100644
--- a/scripts/lib/fontbuild/generateGlyph.py
+++ b/scripts/lib/fontbuild/generateGlyph.py
@@ -44,10 +44,10 @@ def copyMarkAnchors(f, g, srcname, width):
g.appendAnchor(anchor.name, (anchor.x + width, anchor.y))
if "top" == anchor.name:
if g.unicode == None:
- if -1 == find(g.name, ".ccmp"):
+ if not g.name.endswith(('.ccmp', '.smcp', '.NAV')):
continue
if False == (g.unicode in unicode_range):
- if -1 == find(g.name, ".ccmp"):
+ if not g.name.endswith(('.ccmp', '.smcp', '.NAV')):
continue
#if g.unicode > 0x02B0:
# continue