ImagickDraw::setTextInterwordSpacing
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::setTextInterwordSpacing

ImagickDraw::setTextInterwordSpacing

(PECL imagick 2 >= 2.3.0, PECL imagick 3)

ImagickDraw::setTextInterwordSpacingDéfinit l'espace entre les mots d'un texte

Description

public function ImagickDraw::setTextInterwordSpacing(float $spacing): bool

Définit l'espace entre les mots d'un texte.

Liste de paramètres

spacing

Valeurs de retour

Retourne true en cas de succès.

To Top