Bug#40428 (imagepstext() and imagepsbbox() doesn't have optional parameters)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-02-11 12:21:28 +00:00
parent 25332d50c9
commit 5d23a79ac4

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry id="function.imagepsbbox">
<refnamediv>
<refname>imagepsbbox</refname>
@ -13,8 +13,8 @@
<methodparam><type>int</type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>size</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>space</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>tightness</parameter></methodparam>
<methodparam choice="opt"><type>float</type><parameter>angle</parameter></methodparam>
<methodparam><type>int</type><parameter>tightness</parameter></methodparam>
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
</methodsynopsis>
<para>
Gives the bounding box of a text rectangle using PostScript Type1 fonts.