ImagickDraw
在线手册:中文  英文

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.


ImagickDraw
在线手册:中文  英文

用户评论:

moguchicorp at gmail dot com (2011-03-14 15:05:07)

check ImagickDraw::SetTextAlignment notes for examples and constants values
http://php.net/manual/en/function.imagickdraw-settextalignment.php

易百教程