[subset] Unbreak after e898881ed12d7ce96948f2905d725847c76bc9e8

This commit is contained in:
Behdad Esfahbod 2014-05-13 21:08:51 -04:00
parent 11631b4917
commit 3e19354bf5

View File

@ -1701,6 +1701,7 @@ def prune_post_subset(self, options):
def closure_glyphs(self, s):
tables = [t for t in self.tables if t.isUnicode()]
for u in s.unicodes_requested:
found = False
for table in tables:
if table.format == 14:
for l in table.uvsDict.values():