From 3e19354bf5726b924a46310c5af453506d40e120 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 13 May 2014 21:08:51 -0400 Subject: [PATCH] [subset] Unbreak after e898881ed12d7ce96948f2905d725847c76bc9e8 --- Lib/fontTools/subset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/fontTools/subset.py b/Lib/fontTools/subset.py index d8d46af1d..45bd45735 100644 --- a/Lib/fontTools/subset.py +++ b/Lib/fontTools/subset.py @@ -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():