Gravity constants are very useful as they can save having to calculate the placement of variable text strings and font sizes.
For example:
$draw->setGravity (Imagick::GRAVITY_CENTER);
$image->annotateImage($draw, 0, 0, 0, 'The quick brown fox jumps over the lazy dog');
Will horizontally and vertically center the text string.
Note, there are several gravity constants available. See, Constants — Imagick class constants
ImagickDraw::setGravity
(PECL imagick 2.0.0)
ImagickDraw::setGravity — Configure la gravité de placement de texte
Description
bool ImagickDraw::setGravity
( int
$gravity
)Avertissement
Cette fonction n'est pas documentée et seule la liste des arguments est disponible.
Configure la gravité de placement de texte, à utiliser pour dessiner les annotations.
Liste de paramètres
-
gravity -
Une constant GRAVITY_.
Valeurs de retour
Aucune valeur n'est retournée.
alan at ridersite dot org ¶
5 years ago
