From 4f548019530e1703853d7228b65257239290ede4 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Mon, 18 Sep 2000 16:23:16 +0000 Subject: [PATCH] fixed typo; (only little) re-indenting git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32782 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/cpdf.xml | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/functions/cpdf.xml b/functions/cpdf.xml index 6fb9b5265d..95f578441e 100644 --- a/functions/cpdf.xml +++ b/functions/cpdf.xml @@ -1194,8 +1194,9 @@ cpdf_restore($pdf) - The cpdf_setlinejoin function set the linejoin - parameter between a value of 0 and 2. 0 = miter, 1 = round, 2 = bevel. + The cpdf_setlinejoin function set the + linejoin parameter between a value of 0 and 2. 0 = miter, 1 = + round, 2 = bevel. @@ -1203,7 +1204,7 @@ cpdf_restore($pdf) cpdf_setlinecap - Sets linecap aparameter + Sets linecap parameter Description @@ -1237,8 +1238,8 @@ cpdf_restore($pdf) - The cpdf_setmiterlimit function set the miter limit - to a value greater or equal than 1. + The cpdf_setmiterlimit function set the + miter limit to a value greater or equal than 1. @@ -1258,8 +1259,8 @@ cpdf_restore($pdf) - The cpdf_setlinewidth function set the line width - to width. + The cpdf_setlinewidth function set the line + width to width. @@ -1280,9 +1281,10 @@ cpdf_restore($pdf) - The cpdf_setdash function set the dash pattern - white white units and black - black units. If both are 0 a solid line is set. + The cpdf_setdash function set the dash + pattern white white units and + black black units. If both are 0 a solid + line is set. @@ -1305,8 +1307,9 @@ cpdf_restore($pdf) - The cpdf_newpath starts a new path on the document - given by the pdf_document parameter. + The cpdf_newpath starts a new path on the + document given by the pdf_document + parameter. @@ -1324,19 +1327,21 @@ cpdf_restore($pdf) int pdf document double x-coor double y-coor - int mode + int + mode + - The cpdf_moveto function set the current point - to the coordinates x-coor and + The cpdf_moveto function set the current + point to the coordinates x-coor and y-coor. - The optional parameter mode 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 mode 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.