summaryrefslogtreecommitdiff
path: root/scripts/lib/fontbuild/generateGlyph.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-08-20 14:57:17 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-08-20 14:57:17 -0700
commitc4b54218124bd7feebaf8c2610fec051c51e4c8d (patch)
tree80e8263802d40950447686cfc50d6bd50e7900ec /scripts/lib/fontbuild/generateGlyph.py
parentbe4b2268ae11bfd7f585d71ec0678f8bdb41e0ac (diff)
parent63d7eb50b409d714146cd4002f1e8400cb098c57 (diff)
Merge branch 'delivery-script-updates' into delivery-updates
Diffstat (limited to 'scripts/lib/fontbuild/generateGlyph.py')
-rw-r--r--scripts/lib/fontbuild/generateGlyph.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/lib/fontbuild/generateGlyph.py b/scripts/lib/fontbuild/generateGlyph.py
index 18952e0..5787a37 100644
--- a/scripts/lib/fontbuild/generateGlyph.py
+++ b/scripts/lib/fontbuild/generateGlyph.py
@@ -60,9 +60,11 @@ def copyMarkAnchors(f, g, srcname, width):
if "bottom" == anchor.name:
if g.unicode == None:
- continue
+ if -1 == find(g.name, ".smcp"):
+ continue
if False == (g.unicode in unicode_range):
- continue
+ if -1 == find(g.name, ".smcp"):
+ continue
#if g.unicode > 0x02B0:
# continue
bottom_present = 0