ImagickDraw::getTextAlignment

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAlignment返回文本对齐方式

说明

public ImagickDraw::getTextAlignment(): int
警告

此函数目前没有文档;只有它的参数列表可用。

返回使用文本进行注释时应用的对齐方式。

返回值

返回一个 ALIGN 常量 (imagick::ALIGN_*),如果未设置对齐方式,则返回 0。

添加注释

用户贡献的注释 1 个注释

moguchicorp at gmail dot com
13 年前
查看 ImagickDraw::SetTextAlignment 注释以获取示例和常量值

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