From ca5fe60c999fa94bc0b8c051eeb0f351ed878fed Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 28 Aug 2017 02:36:40 -0700 Subject: Various improvements --- misc/fontinfo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/fontinfo.py') diff --git a/misc/fontinfo.py b/misc/fontinfo.py index 47e2d66b1..ced9ed3b1 100755 --- a/misc/fontinfo.py +++ b/misc/fontinfo.py @@ -213,8 +213,8 @@ def genFontInfo(fontpath, outputType, withGlyphs=True): 'id': fontpath, } - # for tableName in tt.keys(): - # print 'table', tableName + for tableName in tt.keys(): + print 'table', tableName nameDict = {} if 'name' in tt: -- cgit v1.2.3