reference/imagick/imagick/setpointsize.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>Imagick::setPointSize</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::setPointSize</methodname>
13
13
<methodparam><type>float</type><parameter>point_size</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -42,15 +42,6 @@
42
42
</para>
43
43
</refsect1>
44
44

45
-
<refsect1 role="seealso">
46
-
&reftitle.seealso;
47
-
<para>
48
-
<simplelist>
49
-
<member><function>Imagick::getPointSize</function></member>
50
-
</simplelist>
51
-
</para>
52
-
</refsect1>
53
-

54
45
<refsect1 role="examples">
55
46
&reftitle.examples;
56
47
<para>
...
...
@@ -81,6 +72,16 @@ $im->newPseudoImage(100, 100, "caption:Hello");
81
72
</example>
82
73
</para>
83
74
</refsect1>
75
+

76
+
<refsect1 role="seealso">
77
+
&reftitle.seealso;
78
+
<para>
79
+
<simplelist>
80
+
<member><function>Imagick::getPointSize</function></member>
81
+
</simplelist>
82
+
</para>
83
+
</refsect1>
84
+
84
85
</refentry>
85
86

86
87
<!-- Keep this comment at the end of the file
87
88