bjori Sun Feb 11 12:21:28 2007 UTC
Modified files:
/phpdoc/en/reference/image/functions imagepsbbox.xml
Log:
Bug#40428 (imagepstext() and imagepsbbox() doesn't have optional parameters)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/imagepsbbox.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/image/functions/imagepsbbox.xml
diff -u phpdoc/en/reference/image/functions/imagepsbbox.xml:1.9
phpdoc/en/reference/image/functions/imagepsbbox.xml:1.10
--- phpdoc/en/reference/image/functions/imagepsbbox.xml:1.9 Sun Jan 14
03:15:21 2007
+++ phpdoc/en/reference/image/functions/imagepsbbox.xml Sun Feb 11 12:21:28 2007
@@ -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.