ImagickDraw::getTextAlignment

(PECL imagick 2.0.0)

ImagickDraw::getTextAlignmentReturns the text alignment

설명

int ImagickDraw::getTextAlignment ( void )
Warning

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

Returns the alignment applied when annotating with text.

반환값

Returns one of the ALIGN_ constants and 0 if no align is set.

add a note add a note

User Contributed Notes 1 note

up
1
moguchicorp at gmail dot com
13 years ago
check ImagickDraw::SetTextAlignment notes for examples and constants values

http://php.net/manual/en/function.imagickdraw-settextalignment.php
To Top