From 450ebd64f096bf15b37f9d5ff643345ea0d4ca4e Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 21 Oct 2017 14:29:07 -0700 Subject: Change name of italic style subfamily from "Regular Italic" to "Italic". Most sensible font managers and apps should match the old name to the new seamlessly --- misc/ufocompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/ufocompile b/misc/ufocompile index 6cd0af225..4586cbb2f 100755 --- a/misc/ufocompile +++ b/misc/ufocompile @@ -144,7 +144,7 @@ def main(): proj.generateFont(rg.font, "%s/Regular/Regular/Rg" % FAMILYNAME) if ALL or 'regularitalic' in styles: - proj.generateFont(rg.font, "%s/Regular Italic/Italic/Rg" % FAMILYNAME, + proj.generateFont(rg.font, "%s/Italic/Italic/Rg" % FAMILYNAME, italic=True, stemWidth=232, italicMeanYCenter=-825, italicNarrowAmount=1) -- cgit v1.2.3