~rmwenyekheri/sarisiae/trunk

1 by NDIMBOJr
initial commit
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3
4
<html>
5
6
7
<head>
8
9
10
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
11
12
13
<title>Ln</title>
14
15
16
<link type="text/css" rel="stylesheet" href="../fpdf.css">
17
18
19
</head>
20
21
22
<body>
23
24
25
<h1>Ln</h1>
26
27
28
<code>Ln([<b>float</b> h])</code>
29
30
31
<h2>Description</h2>
32
33
34
Performs a line break. The current abscissa goes back to the left margin and the ordinate
35
36
37
increases by the amount passed in parameter.
38
39
40
<h2>Parameters</h2>
41
42
43
<dl class="param">
44
45
46
<dt><code>h</code></dt>
47
48
49
<dd>
50
51
52
The height of the break.
53
54
55
<br>
56
57
58
By default, the value equals the height of the last printed cell.
59
60
61
</dd>
62
63
64
</dl>
65
66
67
<h2>See also</h2>
68
69
70
<a href="cell.htm">Cell()</a>.
71
72
73
<hr style="margin-top:1.5em">
74
75
76
<div style="text-align:center"><a href="index.htm">Index</a></div>
77
78
79
</body>
80
81
82
</html>