mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Test another ImageFont getter
This commit is contained in:
parent
1ae23a807f
commit
1110978fc7
|
@ -434,6 +434,7 @@ try:
|
|||
self.assertEqual(t.font.height, 20)
|
||||
self.assertEqual(t.font.x_ppem, 20)
|
||||
self.assertEqual(t.font.y_ppem, 20)
|
||||
self.assertEqual(t.font.glyphs, 4177)
|
||||
self.assertEqual(t.getsize('A'), (12, 16))
|
||||
self.assertEqual(t.getsize('AB'), (24, 16))
|
||||
self.assertEqual(t.getsize('M'), (12, 16))
|
||||
|
|
Loading…
Reference in New Issue
Block a user