From fdb4746fee87a222b9b2f52f179174f3ccfd97b1 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Mon, 28 Sep 2015 18:03:17 -0700 Subject: Add option to check heavier fonts as marked bold. Not sure if there's any rule for whether fonts heavier than Bold (e.g. Black) should be marked bold in the macStyle and subfamily name, so this adds an option to test either way. --- scripts/run_general_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/run_general_tests.py') diff --git a/scripts/run_general_tests.py b/scripts/run_general_tests.py index 297c37c..7ec8fcc 100755 --- a/scripts/run_general_tests.py +++ b/scripts/run_general_tests.py @@ -42,6 +42,7 @@ class TestItalicAngle(common_tests.TestItalicAngle): class TestMetaInfo(common_tests.TestMetaInfo): loaded_fonts = FONTS + mark_heavier_as_bold = True test_us_weight = None test_version_numbers = None -- cgit v1.2.3