mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Correct a paramdef.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@23764 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b906ce2d9c
commit
73865b1056
1 changed files with 4 additions and 4 deletions
|
@ -1060,9 +1060,9 @@ function LoadPNG ($imgname) {
|
|||
<paramdef>string <parameter>text</parameter></paramdef>
|
||||
<paramdef>int <parameter>font</parameter></paramdef>
|
||||
<paramdef>int <parameter>size</parameter></paramdef>
|
||||
<paramdef>int <parameter>space</parameter></paramdef>
|
||||
<paramdef>int <parameter>width</parameter></paramdef>
|
||||
<paramdef>float <parameter>angle</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>space</optional></parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>tightness</optional></parameter></paramdef>
|
||||
<paramdef>float <parameter><optional>angle</optional></parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<parameter>Size</parameter> is expressed in pixels.
|
||||
|
@ -1073,7 +1073,7 @@ function LoadPNG ($imgname) {
|
|||
value and can also be negative.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>tightness</parameter> allows you to control the amount
|
||||
<parameter>Tightness</parameter> allows you to control the amount
|
||||
of white space between characters. This amount is added to the
|
||||
normal character width and can also be negative.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue