mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixed bug #54976 (Wrong parameter description) -- Patch by php at sp-in dot dk
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312695 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7855926da7
commit
91980b7550
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,13 @@
|
|||
<varlistentry>
|
||||
<term><parameter>size</parameter></term>
|
||||
<listitem>
|
||||
<para>&gd.image.colors;</para>
|
||||
<para>
|
||||
The font size.
|
||||
<note>
|
||||
In GD 1, this is measured in pixels. In GD 2, this is measured in
|
||||
points.
|
||||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue