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

28
29