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 — テキストの配置時の gravity を設定する
説明
bool ImagickDraw::setGravity
( int
$gravity
)警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
テキストによる注記を行う際に使用するテキスト配置の gravity を設定します。
パラメータ
-
gravity -
GRAVITY_ 定数。
返り値
値を返しません。
alan at ridersite dot org ¶
5 years ago
