reference/imagick/imagickdraw/gettextdecoration.xml
0f49e97eebd971ba0468bc1b7c6265fd457f60c8
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>ImagickDraw::getTextDecoration</methodname>
12
+
<modifier>public</modifier> <type>int</type><methodname>ImagickDraw::getTextDecoration</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
&warn.undocumented.func;
...
...
@@ -21,8 +21,8 @@
21
21
<refsect1 role="returnvalues">
22
22
&reftitle.returnvalues;
23
23
<para>
24
-
Returns one of the DECORATION_ constants
25
-
and 0 if no decoration is set.
24
+
Returns a <link linkend="imagick.constants.decoration">DECORATION</link> constant
25
+
(<literal>imagick::DECORATION_*</literal>), and 0 if no decoration is set.
26
26
</para>
27
27
</refsect1>
28
28

29
29