summaryrefslogtreecommitdiff
path: root/scripts/run_general_tests.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-09-28 18:03:17 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-09-28 18:03:17 -0700
commitfdb4746fee87a222b9b2f52f179174f3ccfd97b1 (patch)
treed4679afeaa898ba308ca52aade934361827f2a0b /scripts/run_general_tests.py
parent7c75cdb635d6f4b2e0a8d29fc9e5888645690bcb (diff)
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.
Diffstat (limited to 'scripts/run_general_tests.py')
-rwxr-xr-xscripts/run_general_tests.py1
1 files changed, 1 insertions, 0 deletions
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