jsgoupil                Sun Jul 10 13:28:42 2005 EDT

  Modified files:              
    /phpdoc/en/reference/ps/functions   ps-findfont.xml 
  Log:
  fix verb + WS
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ps/functions/ps-findfont.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ps/functions/ps-findfont.xml
diff -u phpdoc/en/reference/ps/functions/ps-findfont.xml:1.3 
phpdoc/en/reference/ps/functions/ps-findfont.xml:1.4
--- phpdoc/en/reference/ps/functions/ps-findfont.xml:1.3        Fri Jun 24 
09:02:26 2005
+++ phpdoc/en/reference/ps/functions/ps-findfont.xml    Sun Jul 10 13:28:42 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
 <refentry id="function.ps-findfont">
  <refnamediv>
@@ -21,7 +21,7 @@
    must be set with <function>ps_setfont</function>. This function needs the
    adobe font metric file in order to calculate the space used up by the
    characters. A font which is loaded within a page will only be available on
-   that page. Fonts which are to be used in the complete document has to be
+   that page. Fonts which are to be used in the complete document have to be
    loaded before the first call of <function>ps_begin_page</function>. Calling
    <function>ps_findfont</function> between pages will make that font
    available for all following pages.
@@ -63,9 +63,10 @@
        <parameter>encoding</parameter> can be &null; or the empty string if
        the default encoding (TeXBase1) shall be used.
       </para>
-      <para>If the encoding is set to <literal>builtin</literal> then there
-      will be no reencoding and the font specific encoding will be used. This
-      is very useful with symbol fonts.
+      <para>
+       If the encoding is set to <literal>builtin</literal> then there
+       will be no reencoding and the font specific encoding will be used. This
+       is very useful with symbol fonts.
       </para>
      </listitem>
     </varlistentry>

Reply via email to