1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-12 08:54:03 +02:00

Remove redundant code

This commit is contained in:
Oliver Vogel
2024-02-14 16:11:21 +01:00
parent a86a94762e
commit fe1b0e2e64

View File

@@ -30,8 +30,6 @@ class FontProcessor extends AbstractFontProcessor
}
$draw = $this->toImagickDraw($font);
$draw->setStrokeAntialias(true);
$draw->setTextAntialias(true);
$dimensions = (new Imagick())->queryFontMetrics($draw, $text);
return new Rectangle(