mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Revert "Update epsilon for FreeType 2.10 with eg. Unicode width 16"
This commit is contained in:
parent
eedac360dc
commit
22ce5cc0c7
|
@ -53,8 +53,7 @@ class TestImageFont(PillowTestCase):
|
|||
# (and, other things, but first things first)
|
||||
METRICS = {
|
||||
(">=2.3", "<2.4"): {"multiline": 30, "textsize": 12, "getters": (13, 16)},
|
||||
(">=2.7", "<2.10"): {"multiline": 6.2, "textsize": 2.5, "getters": (12, 16)},
|
||||
(">=2.10",): {"multiline": 14.8, "textsize": 2.5, "getters": (12, 16)},
|
||||
(">=2.7",): {"multiline": 6.2, "textsize": 2.5, "getters": (12, 16)},
|
||||
"Default": {"multiline": 0.5, "textsize": 0.5, "getters": (12, 16)},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user