diff options
author | Sashi20 | 2020-10-07 12:57:57 +0530 |
---|---|---|
committer | GitHub | 2020-10-07 12:57:57 +0530 |
commit | 58876c85f58b99a39284bc4acae154476a0abd47 (patch) | |
tree | 577183c8d9003cf6245a4f335df00d4de97fc335 /pdf/fpdf/doc/write.htm | |
parent | 6cf1ae3197d43c264fad65e094c4ebc04a596a7b (diff) | |
parent | 94f06e717ab414c3df505147f44642452bc27daf (diff) | |
download | om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.tar.gz om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.tar.bz2 om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.zip |
Merge pull request #18 from Sashi20/master
Update FPDF version, headers to download file
Diffstat (limited to 'pdf/fpdf/doc/write.htm')
-rw-r--r--[-rwxr-xr-x] | pdf/fpdf/doc/write.htm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf/fpdf/doc/write.htm b/pdf/fpdf/doc/write.htm index 162476b..bd85401 100755..100644 --- a/pdf/fpdf/doc/write.htm +++ b/pdf/fpdf/doc/write.htm @@ -40,11 +40,11 @@ $pdf->SetFont('','U'); $pdf->Write(5,'www.fpdf.org','http://www.fpdf.org');</code></pre>
</div>
<h2>See also</h2>
-<a href="setfont.htm">SetFont()</a>,
-<a href="settextcolor.htm">SetTextColor()</a>,
-<a href="addlink.htm">AddLink()</a>,
-<a href="multicell.htm">MultiCell()</a>,
-<a href="setautopagebreak.htm">SetAutoPageBreak()</a>.
+<a href="setfont.htm">SetFont</a>,
+<a href="settextcolor.htm">SetTextColor</a>,
+<a href="addlink.htm">AddLink</a>,
+<a href="multicell.htm">MultiCell</a>,
+<a href="setautopagebreak.htm">SetAutoPageBreak</a>
<hr style="margin-top:1.5em">
<div style="text-align:center"><a href="index.htm">Index</a></div>
</body>
|