mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-28 18:10:33 +03:00
remove FT 2.3 from tests
This commit is contained in:
parent
5abdbe1231
commit
74048f9b4f
|
@ -35,14 +35,6 @@ class TestImageFont:
|
||||||
# Freetype has different metrics depending on the version.
|
# Freetype has different metrics depending on the version.
|
||||||
# (and, other things, but first things first)
|
# (and, other things, but first things first)
|
||||||
METRICS = {
|
METRICS = {
|
||||||
(">=2.3", "<2.4"): {
|
|
||||||
"multiline": 30,
|
|
||||||
"textsize": 12,
|
|
||||||
"getters": (13, 16),
|
|
||||||
"mask": (107, 13),
|
|
||||||
"multiline-anchor": 6,
|
|
||||||
"getlength": (36, 27, 27, 33),
|
|
||||||
},
|
|
||||||
(">=2.7",): {
|
(">=2.7",): {
|
||||||
"multiline": 6.2,
|
"multiline": 6.2,
|
||||||
"textsize": 2.5,
|
"textsize": 2.5,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user