update : 2015.11.03
php.shukuma.com

검색:
 
 
Draws text on the image

ImagickDraw::annotation

(PECL imagick 2.0.0)

ImagickDraw::annotationDraws text on the image

설명

bool ImagickDraw::annotation ( float $x , float $y , string $text )
Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

Draws text on the image.

인수

x

The x coordinate where text is drawn

y

The y coordinate where text is drawn

text

The text to draw on the image

반환값

값을 반환하지 않습니다.