jimw Tue Dec 18 18:08:37 2001 EDT
Modified files:
/phpdoc/en/functions pdf.xml
Log:
pdf_moveto: incorporate user note
Index: phpdoc/en/functions/pdf.xml
diff -u phpdoc/en/functions/pdf.xml:1.72 phpdoc/en/functions/pdf.xml:1.73
--- phpdoc/en/functions/pdf.xml:1.72 Mon Dec 17 05:31:47 2001
+++ phpdoc/en/functions/pdf.xml Tue Dec 18 18:08:37 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.72 $ -->
+<!-- $Revision: 1.73 $ -->
<reference id="ref.pdf">
<title>PDF functions </title>
<titleabbrev>PDF</titleabbrev>
@@ -1526,8 +1526,15 @@
</funcprototype>
</funcsynopsis>
<para>
- Set the current point.
+ Set the current point.
</para>
+ <note>
+ <para>
+ The current point for graphics and the current text output position are
+ maintained separately. See <function>pdf_set_text_pos</function> to set
+ the text output position.
+ </para>
+ </note>
</refsect1>
</refentry>