ImagickDraw::setTextDecoration

(PECL imagick 2.0.0)

ImagickDraw::setTextDecorationSpecifies a decoration

Beskrivelse

bool ImagickDraw::setTextDecoration ( int $decoration )
Advarsel

This function is currently not documented; only its argument list is available.

Specifies a decoration to be applied when annotating with text.

Parametre

decoration

DECORATION_ constant

Returnerings Værdier

No value is returned.

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