PHP Conference Japan 2024

ImagickDraw::getTextAlignment

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAlignment取得文字對齊方式

說明

public ImagickDraw::getTextAlignment(): int
警告

此函式目前沒有說明文件;僅提供其參數列表。

返回使用文字註釋時套用的對齊方式。

返回值

返回 ALIGN 常數 (imagick::ALIGN_*),如果未設定對齊方式,則返回 0。

新增筆記

使用者貢獻的筆記 1 則筆記

1
moguchicorp at gmail dot com
13 年前
查看 ImagickDraw::SetTextAlignment 的筆記以了解範例和常數值

https://php.dev.org.tw/manual/en/function.imagickdraw-settextalignment.php
To Top