From 79408d7a4c8cf3442b51727556e7f46366a126e0 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Mon, 20 Apr 2015 17:37:24 -0700 Subject: Don't check for invalid mark lookups. With anchors fixed, we shouldn't need this check. Rollback of 55519e636b119dcdd91319364c572d3550050a43. --- scripts/lib/fontbuild/markFeature.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/lib') diff --git a/scripts/lib/fontbuild/markFeature.py b/scripts/lib/fontbuild/markFeature.py index 30da7c3..b617ef6 100755 --- a/scripts/lib/fontbuild/markFeature.py +++ b/scripts/lib/fontbuild/markFeature.py @@ -108,12 +108,6 @@ def GenerateFeature_mark(font): classname = "@MC_" + anchor_name accent_name_list = CreateAccNameList(font, acc_anchor_name, comb_accent_only) - if not accent_name_list: - print ( - 'No glyph found with anchor "%s", skipping mark lookup for %s.' % - (acc_anchor_name, classname)) - continue - accent_mark_list = CreateAccGlyphList(font, accent_name_list, acc_anchor_name) base_mark_list = CreateGlyphList(font, accent_name_list, anchor_name) text += Create_mark_lookup(accent_mark_list, base_mark_list, lookupname, classname, expand_to_composits) -- cgit v1.2.3