[PHP-DOC] cvs: phpdoc /en/functions cpdf.xml From: Martin Samesch (martin.samesch <email protected>)
Date: 09/13/00

samesch Wed Sep 13 15:50:48 2000 EDT

  Modified files:
    /phpdoc/en/functions cpdf.xml
  Log:
  fixed some typos; some more re-indenting...
  
Index: phpdoc/en/functions/cpdf.xml
diff -u phpdoc/en/functions/cpdf.xml:1.17 phpdoc/en/functions/cpdf.xml:1.18
--- phpdoc/en/functions/cpdf.xml:1.17 Tue Sep 12 11:56:55 2000
+++ phpdoc/en/functions/cpdf.xml Wed Sep 13 15:50:48 2000
@@ -720,13 +720,14 @@
      (<parameter>x-coor</parameter>, <parameter>y-coor</parameter>).
     </para>
     <para>
- The optional parameter <parameter>mode</parameter> determines the unit
- length. If it's 0 or omitted the default unit as specified for the page is
- used. Otherwise the coordinates are measured in postscript points
- disregarding the current unit. The optional parameter
- <parameter>orientation</parameter> is the rotation of the text in degree.
- The optional parameter <parameter>alignmode</parameter> determines how the
- text is align.
+ The optional parameter <parameter>mode</parameter> determines the
+ unit length. If it's 0 or omitted the default unit as specified
+ for the page is used. Otherwise the coordinates are measured in
+ postscript points disregarding the current unit. The optional
+ parameter <parameter>orientation</parameter> is the rotation of
+ the text in degree. The optional parameter
+ <parameter>alignmode</parameter> determines how the text is
+ aligned.
     </para>
     <para>
      See the ClibPDF documentation for possible values.
@@ -754,14 +755,15 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_set_font</function> function sets the the
+ The <function>cpdf_set_font</function> function sets the
      current font face, font size and encoding. Currently only
      the standard postscript fonts are supported.
     </para>
     <para>
- The last parameter <parameter>encoding</parameter> can take the following
- values: "MacRomanEncoding", "MacExpertEncoding", "WinAnsiEncoding", and
- "NULL". "NULL" stands for the font's built-in encoding.
+ The last parameter <parameter>encoding</parameter> can take the
+ following values: "MacRomanEncoding", "MacExpertEncoding",
+ "WinAnsiEncoding", and "NULL". "NULL" stands for the font's
+ built-in encoding.
     </para>
     <para>
      See the ClibPDF Manual for more information, especially how to support
@@ -810,15 +812,15 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- The <function>cpdf_set_text_rendering</function> function determines
- how text is rendered.
+ The <function>cpdf_set_text_rendering</function> function
+ determines how text is rendered.
     </para>
     <para>
- The possible values for <parameter>mode</parameter>
- are 0=fill text, 1=stroke text, 2=fill and stroke text, 3=invisible,
- 4=fill text and add it to cliping path, 5=stroke text and add it to
- clipping path, 6=fill and stroke text and add
- it to cliping path, 7=add it to clipping path.
+ The possible values for <parameter>mode</parameter> are 0=fill
+ text, 1=stroke text, 2=fill and stroke text, 3=invisible, 4=fill
+ text and add it to clipping path, 5=stroke text and add it to
+ clipping path, 6=fill and stroke text and add it to clipping
+ path, 7=add it to clipping path.
     </para>
    </refsect1>
   </refentry>