PHP 7.0.6 Released

GmagickDraw::gettextdecoration

(PECL gmagick >= Unknown)

GmagickDraw::gettextdecorationReturns the text decoration

Description

public int GmagickDraw::gettextdecoration ( void )

Returns the decoration applied when annotating with text.

Parameters

This function has no parameters.

Return Values

Returns one of the DECORATION_ constants and 0 if no decoration is set.

User Contributed Notes

There are no user contributed notes for this page.
To Top