reference/image/functions/imagecharup.xml
a7e5e563d2d2269a6d7ccff506715a3e1a6f3902
...
...
@@ -9,15 +9,15 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagecharup</methodname>
12
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
13
-
<methodparam><type>int</type><parameter>font</parameter></methodparam>
12
+
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
13
+
<methodparam><type class="union"><type>GdFont</type><type>int</type></type><parameter>font</parameter></methodparam>
14
14
<methodparam><type>int</type><parameter>x</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>y</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>c</parameter></methodparam>
16
+
<methodparam><type>string</type><parameter>char</parameter></methodparam>
17
17
<methodparam><type>int</type><parameter>color</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
-
Draws the character <parameter>c</parameter> vertically at the specified
20
+
Draws the character <parameter>char</parameter> vertically at the specified
21
21
coordinate on the given <parameter>image</parameter>.
22
22
</para>
23
23
</refsect1>
...
...
@@ -44,7 +44,7 @@
44
44
</listitem>
45
45
</varlistentry>
46
46
<varlistentry>
47
-
<term><parameter>c</parameter></term>
47
+
<term><parameter>char</parameter></term>
48
48
<listitem>
49
49
<para>
50
50
The character to draw.
...
...
@@ -55,8 +55,7 @@
55
55
<term><parameter>color</parameter></term>
56
56
<listitem>
57
57
<para>
58
-
A color identifier created with
59
-
<function>imagecolorallocate</function>.
58
+
&gd.identifier.color;
60
59
</para>
61
60
</listitem>
62
61
</varlistentry>
...
...
@@ -69,6 +68,25 @@
69
68
&return.success;
70
69
</para>
71
70
</refsect1>
71
+

72
+
<refsect1 role="changelog">
73
+
&reftitle.changelog;
74
+
<informaltable>
75
+
<tgroup cols="2">
76
+
<thead>
77
+
<row>
78
+
<entry>&Version;</entry>
79
+
<entry>&Description;</entry>
80
+
</row>
81
+
</thead>
82
+
<tbody>
83
+
&gd.changelog.gdfont-instance;
84
+
&gd.changelog.image-param;
85
+
</tbody>
86
+
</tgroup>
87
+
</informaltable>
88
+
</refsect1>
89
+

72
90
<refsect1 role="examples">
73
91
&reftitle.examples;
74
92
<para>
...
...
@@ -106,15 +124,12 @@ imagepng($im);
106
124
</refsect1>
107
125
<refsect1 role="seealso">
108
126
&reftitle.seealso;
109
-
<para>
110
-
<simplelist>
111
-
<member><function>imagechar</function></member>
112
-
<member><function>imageloadfont</function></member>
113
-
</simplelist>
114
-
</para>
127
+
<simplelist>
128
+
<member><function>imagechar</function></member>
129
+
<member><function>imageloadfont</function></member>
130
+
</simplelist>
115
131
</refsect1>
116
132
</refentry>
117
-

118
133
<!-- Keep this comment at the end of the file
119
134
Local variables:
120
135
mode: sgml
121
136