From f49db2ae1cba232f063d5c3c2a16a5a8ba27223d Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Sat, 24 Feb 2018 10:43:27 -0500 Subject: [PATCH] Add missing TTF Names String ID metadata update (WIP fix for #231) --- font-patcher | 1 + 1 file changed, 1 insertion(+) diff --git a/font-patcher b/font-patcher index 07f265b96..609d74ef7 100755 --- a/font-patcher +++ b/font-patcher @@ -285,6 +285,7 @@ sourceFont.fullname = fullname sourceFont.fontname = fontname sourceFont.appendSFNTName(str('English (US)'), str('Preferred Family'), sourceFont.familyname) +sourceFont.appendSFNTName(str('English (US)'), str('Family'), sourceFont.familyname) sourceFont.appendSFNTName(str('English (US)'), str('Compatible Full'), sourceFont.fullname) sourceFont.appendSFNTName(str('English (US)'), str('SubFamily'), subFamily) sourceFont.comment = projectInfo