TCPDF::Ln( $h = '', $cell = false )
Performs a line break.
Description Description
The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.
See also See also
Parameters Parameters
- $h
-
(Optional) (float) The height of the break. By default, the value equals the height of the last printed cell.
Default value: ''
- $cell
-
(Optional) (boolean) if true add the current left (or right o for RTL) padding to the X coordinate
Default value: false
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |