reference/image/functions/imagefontheight.xml
a7e5e563d2d2269a6d7ccff506715a3e1a6f3902
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>int</type><methodname>imagefontheight</methodname>
12
-
<methodparam><type>int</type><parameter>font</parameter></methodparam>
12
+
<methodparam><type class="union"><type>GdFont</type><type>int</type></type><parameter>font</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Returns the pixel height of a character in the specified font.
...
...
@@ -29,6 +29,26 @@
29
29
Returns the pixel height of the font.
30
30
</para>
31
31
</refsect1>
32
+

33
+
<refsect1 role="changelog">
34
+
&reftitle.changelog;
35
+
<para>
36
+
<informaltable>
37
+
<tgroup cols="2">
38
+
<thead>
39
+
<row>
40
+
<entry>&Version;</entry>
41
+
<entry>&Description;</entry>
42
+
</row>
43
+
</thead>
44
+
<tbody>
45
+
&gd.changelog.gdfont-instance;
46
+
</tbody>
47
+
</tgroup>
48
+
</informaltable>
49
+
</para>
50
+
</refsect1>
51
+
32
52
<refsect1 role="examples">
33
53
&reftitle.examples;
34
54
<para>
...
...
@@ -71,12 +91,10 @@ Font height: 43
71
91
</refsect1>
72
92
<refsect1 role="seealso">
73
93
&reftitle.seealso;
74
-
<para>
75
-
<simplelist>
76
-
<member><function>imagefontwidth</function></member>
77
-
<member><function>imageloadfont</function></member>
78
-
</simplelist>
79
-
</para>
94
+
<simplelist>
95
+
<member><function>imagefontwidth</function></member>
96
+
<member><function>imageloadfont</function></member>
97
+
</simplelist>
80
98
</refsect1>
81
99
</refentry>
82
100

83
101