From b16fbaeb5f3ded0298780a655f330947301289f8 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 11 Jul 2018 15:10:21 +0530 Subject: added certificate files --- pdf/fpdf/doc/ln.htm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 pdf/fpdf/doc/ln.htm (limited to 'pdf/fpdf/doc/ln.htm') diff --git a/pdf/fpdf/doc/ln.htm b/pdf/fpdf/doc/ln.htm new file mode 100755 index 0000000..0b91b00 --- /dev/null +++ b/pdf/fpdf/doc/ln.htm @@ -0,0 +1,28 @@ + + + + +Ln + + + +

Ln

+Ln([float h]) +

Description

+Performs a line break. The current abscissa goes back to the left margin and the ordinate +increases by the amount passed in parameter. +

Parameters

+
+
h
+
+The height of the break. +
+By default, the value equals the height of the last printed cell. +
+
+

See also

+Cell(). +
+
Index
+ + -- cgit