ImagickDraw::setTextDecoration

(PECL imagick 2.0.0)

ImagickDraw::setTextDecorationSpecifies a decoration

說明

bool ImagickDraw::setTextDecoration ( int $decoration )
Warning

此函式目前沒有參考文件;只有引數列表。

Specifies a decoration to be applied when annotating with text.

參數

decoration

DECORATION_ constant

回傳值

無回傳值。

add a note add a note

User Contributed Notes 1 note

up
9
mark-paspirgilis at web dot de
13 years ago
Hi, guys.
I was looking half the day for a documentation about how to set the damn underline...
I found it out myself now.. happy to be able to share my new knowledge with you out there.
$decoration can be those:

1  -  Text will be normal
2  -  Underline
3  -  Upperline
4  -  Stroke-through

regards,
Mark Paspirgilis
To Top