reference/imagick/imagickdraw/getfontstyle.xml
0f49e97eebd971ba0468bc1b7c6265fd457f60c8
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>ImagickDraw::getFontStyle</methodname>
12
+
<modifier>public</modifier> <type>int</type><methodname>ImagickDraw::getFontStyle</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 the font style constant (STYLE_) associated with the ImagickDraw object
24
+
Returns a <link linkend="imagick.constants.styles">STYLE</link> constant
25
+
(<literal>imagick::STYLE_*</literal>) associated with the <classname>ImagickDraw</classname> object
25
26
or 0 if no style is set.
26
27
</para>
27
28
</refsect1>
28
29