didou           Fri Nov  7 07:46:11 2003 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imagepsbbox.xml 
                                                imagepsencodefont.xml 
                                                imagepsextendfont.xml 
                                                imagepsfreefont.xml 
                                                imagepsloadfont.xml 
                                                imagepsslantfont.xml 
                                                imagepstext.xml 
  Log:
  bugfixing #26147
  #thanks Jani
  
Index: phpdoc/en/reference/image/functions/imagepsbbox.xml
diff -u phpdoc/en/reference/image/functions/imagepsbbox.xml:1.3 
phpdoc/en/reference/image/functions/imagepsbbox.xml:1.4
--- phpdoc/en/reference/image/functions/imagepsbbox.xml:1.3     Wed Feb 12 12:49:07 
2003
+++ phpdoc/en/reference/image/functions/imagepsbbox.xml Fri Nov  7 07:46:11 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsbbox">
    <refnamediv>
@@ -53,6 +53,12 @@
      the angle is 0 degrees, you can expect the text to need 1 pixel
      more to every direction.
     </para>
+    <note>
+     <simpara>
+      This function is only available if PHP is compiled using
+      <option role="configure">--enable-t1lib</option>.
+     </simpara>
+    </note>
     <para>
      This function returns an array containing the following elements:
      <informaltable>
Index: phpdoc/en/reference/image/functions/imagepsencodefont.xml
diff -u phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.3 
phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.4
--- phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.3       Wed Aug 27 
15:23:52 2003
+++ phpdoc/en/reference/image/functions/imagepsencodefont.xml   Fri Nov  7 07:46:11 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsencodefont">
    <refnamediv>
@@ -29,6 +29,12 @@
      to point to the right encoding file and all fonts you load will
      automatically have the right encoding.
     </para>
+    <note>
+     <simpara>
+      This function is only available if PHP is compiled using
+      <option role="configure">--enable-t1lib</option>.
+     </simpara>
+    </note>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/image/functions/imagepsextendfont.xml
diff -u phpdoc/en/reference/image/functions/imagepsextendfont.xml:1.2 
phpdoc/en/reference/image/functions/imagepsextendfont.xml:1.3
--- phpdoc/en/reference/image/functions/imagepsextendfont.xml:1.2       Wed Apr 17 
02:39:13 2002
+++ phpdoc/en/reference/image/functions/imagepsextendfont.xml   Fri Nov  7 07:46:11 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.7 -->
   <refentry id="function.imagepsextendfont">
    <refnamediv>
@@ -18,6 +18,12 @@
      the value of the <parameter>extend</parameter> parameter is less
      than one you will be condensing the font.
     </para>
+    <note>
+     <simpara>
+      This function is only available if PHP is compiled using
+      <option role="configure">--enable-t1lib</option>.
+     </simpara>
+    </note>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/image/functions/imagepsfreefont.xml
diff -u phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.3 
phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.4
--- phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.3 Wed Feb 12 12:49:07 
2003
+++ phpdoc/en/reference/image/functions/imagepsfreefont.xml     Fri Nov  7 07:46:11 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsfreefont">
    <refnamediv>
@@ -14,7 +14,13 @@
      </methodsynopsis>
     <para>
      <function>imagepsfreefont</function> frees memory used by a PostScript Type 1 
font.
-    </para>    
+    </para>
+    <note>
+     <simpara>
+      This function is only available if PHP is compiled using
+      <option role="configure">--enable-t1lib</option>.
+     </simpara>
+    </note>
     <para>
      See also <function>imagepsloadfont</function>.
     </para>
Index: phpdoc/en/reference/image/functions/imagepsloadfont.xml
diff -u phpdoc/en/reference/image/functions/imagepsloadfont.xml:1.2 
phpdoc/en/reference/image/functions/imagepsloadfont.xml:1.3
--- phpdoc/en/reference/image/functions/imagepsloadfont.xml:1.2 Wed Apr 17 02:39:13 
2002
+++ phpdoc/en/reference/image/functions/imagepsloadfont.xml     Fri Nov  7 07:46:11 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.7 -->
   <refentry id="function.imagepsloadfont">
    <refnamediv>
@@ -19,7 +19,9 @@
      wrong, which you cannot read directly, while the output type is image.
     </para>
     <para>
-     <programlisting role="php">
+     <example>
+      <title><function>imagepsloadfont</function> example</title>
+      <programlisting role="php">
 <![CDATA[
 <?php
 header ("Content-type: image/jpeg");
@@ -33,8 +35,15 @@
 imagedestroy ($im);
 ?>
 ]]>
-     </programlisting>
+      </programlisting>
+     </example>
     </para>
+    <note>
+     <simpara>
+      This function is only available if PHP is compiled using
+      <option role="configure">--enable-t1lib</option>.
+     </simpara>
+    </note>
     <para>
      See also <function>imagepsfreefont</function>.
     </para>
Index: phpdoc/en/reference/image/functions/imagepsslantfont.xml
diff -u phpdoc/en/reference/image/functions/imagepsslantfont.xml:1.2 
phpdoc/en/reference/image/functions/imagepsslantfont.xml:1.3
--- phpdoc/en/reference/image/functions/imagepsslantfont.xml:1.2        Wed Apr 17 
02:39:13 2002
+++ phpdoc/en/reference/image/functions/imagepsslantfont.xml    Fri Nov  7 07:46:11 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsslantfont">
    <refnamediv>
@@ -18,6 +18,12 @@
      parameter with a slant of the value of the
      <parameter>slant</parameter> parameter.
     </para>
+    <note>
+     <simpara>
+      This function is only available if PHP is compiled using
+      <option role="configure">--enable-t1lib</option>.
+     </simpara>
+    </note>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/image/functions/imagepstext.xml
diff -u phpdoc/en/reference/image/functions/imagepstext.xml:1.5 
phpdoc/en/reference/image/functions/imagepstext.xml:1.6
--- phpdoc/en/reference/image/functions/imagepstext.xml:1.5     Wed Aug 27 15:23:52 
2003
+++ phpdoc/en/reference/image/functions/imagepstext.xml Fri Nov  7 07:46:11 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepstext">
    <refnamediv>
@@ -83,6 +83,12 @@
      <parameter>tightness</parameter>, <parameter>angle</parameter>
      and <parameter>antialias_steps</parameter> are optional.
     </para>
+    <note>
+     <simpara>
+      This function is only available if PHP is compiled using
+      <option role="configure">--enable-t1lib</option>.
+     </simpara>
+    </note>
     <para>
      This function returns an array containing the following elements:
      <informaltable>

Reply via email to