[scaleUpem_test.py] Scale other varComposite font as well

Just because it's there.
This commit is contained in:
Behdad Esfahbod 2023-02-01 19:06:10 -07:00
parent 2c2a0964d7
commit e07fafc324

View File

@ -79,6 +79,10 @@ class ScaleUpemTest(unittest.TestCase):
font = TTFont()
font.importXML(expected_ttx_path)
# Scale our other varComposite font as well; without checking the expected
font = TTFont(self.get_path("varc-6868.ttf"))
scale_upem(font, 500)
def test_scale_upem_otf(self):
# Just test that it doesn't crash