[scaleUpem_test.py] Scale other varComposite font as well
Just because it's there.
This commit is contained in:
parent
2c2a0964d7
commit
e07fafc324
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user