Fixes #45848 (imagettfbbox has incorrect information for size parameter)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265101 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-08-18 21:40:14 +00:00
parent f5e4d75d5c
commit 4abd10bb26

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<refentry xml:id="function.imagettfbbox" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>imagettfbbox</refname>
@ -27,7 +27,8 @@
<term><parameter>size</parameter></term>
<listitem>
<para>
The font size in pixels.
The font size. Depending on your version of GD, this should be
specified as the pixel size (GD1) or point size (GD2).
</para>
</listitem>
</varlistentry>