diff --git a/Lib/fontTools/ttLib/ttFont.py b/Lib/fontTools/ttLib/ttFont.py index 5760e499e..3618d3f91 100644 --- a/Lib/fontTools/ttLib/ttFont.py +++ b/Lib/fontTools/ttLib/ttFont.py @@ -660,6 +660,7 @@ class TTFont(object): return int(glyphName[5:]) except (NameError, ValueError): raise KeyError(glyphName) + raise def getGlyphIDMany(self, lst): """Converts a list of glyph names into a list of glyph IDs."""