GmagickDraw::annotate
(PECL gmagick >= Unknown)
GmagickDraw::annotate — 画像の上にテキストを描画する
説明
public GmagickDraw::annotate
( float $x
, float $y
, string $text
) : GmagickDraw
画像の上にテキストを描画します。
パラメータ
x
- テキストの左端の x 座標。
y
- テキストのベースラインの y 座標。
text
- 描画するテキスト。
返り値
成功した場合に GmagickDraw オブジェクトを返します。