summaryrefslogtreecommitdiff
path: root/pdf/fpdf/doc/index.htm
diff options
context:
space:
mode:
authorSashi202020-07-24 13:31:08 +0530
committerSashi202020-07-24 13:31:08 +0530
commit214a9734308375077f67db1d54bde6696719e4bd (patch)
tree9ea80bc4c38afbcf3d7589edc958e9aad1b35fd5 /pdf/fpdf/doc/index.htm
parentbc60fdfbcb0972a93a3b3b2b7cac46993fcc5d47 (diff)
downloaddwsim_flowsheet-214a9734308375077f67db1d54bde6696719e4bd.tar.gz
dwsim_flowsheet-214a9734308375077f67db1d54bde6696719e4bd.tar.bz2
dwsim_flowsheet-214a9734308375077f67db1d54bde6696719e4bd.zip
Update FPDF version
Diffstat (limited to 'pdf/fpdf/doc/index.htm')
-rwxr-xr-xpdf/fpdf/doc/index.htm10
1 files changed, 6 insertions, 4 deletions
diff --git a/pdf/fpdf/doc/index.htm b/pdf/fpdf/doc/index.htm
index 6c27066..32ded00 100755
--- a/pdf/fpdf/doc/index.htm
+++ b/pdf/fpdf/doc/index.htm
@@ -2,11 +2,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>FPDF 1.7 Reference Manual</title>
+<title>FPDF 1.82 Reference Manual</title>
<link type="text/css" rel="stylesheet" href="../fpdf.css">
</head>
<body>
-<h1>FPDF 1.7 Reference Manual</h1>
+<h1>FPDF 1.82 Reference Manual</h1>
+<a href="__construct.htm">__construct</a> - constructor<br>
<a href="acceptpagebreak.htm">AcceptPageBreak</a> - accept or not automatic page break<br>
<a href="addfont.htm">AddFont</a> - add a new font<br>
<a href="addlink.htm">AddLink</a> - create an internal link<br>
@@ -16,7 +17,8 @@
<a href="close.htm">Close</a> - terminate the document<br>
<a href="error.htm">Error</a> - fatal error<br>
<a href="footer.htm">Footer</a> - page footer<br>
-<a href="fpdf.htm">FPDF</a> - constructor<br>
+<a href="getpageheight.htm">GetPageHeight</a> - get current page height<br>
+<a href="getpagewidth.htm">GetPageWidth</a> - get current page width<br>
<a href="getstringwidth.htm">GetStringWidth</a> - compute string length<br>
<a href="getx.htm">GetX</a> - get current x position<br>
<a href="gety.htm">GetY</a> - get current y position<br>
@@ -50,7 +52,7 @@
<a href="settopmargin.htm">SetTopMargin</a> - set top margin<br>
<a href="setx.htm">SetX</a> - set current x position<br>
<a href="setxy.htm">SetXY</a> - set current x and y positions<br>
-<a href="sety.htm">SetY</a> - set current y position<br>
+<a href="sety.htm">SetY</a> - set current y position and optionally reset x<br>
<a href="text.htm">Text</a> - print a string<br>
<a href="write.htm">Write</a> - print flowing text<br>
</body>