TCPDF::setHtmlVSpace( $tagvs )
Set the vertical spaces for HTML tags.
Description Description
The array must have the following structure (example): $tagvs = array(‘h1’ => array(0 => array(‘h’ => ”, ‘n’ => 2), 1 => array(‘h’ => 1.3, ‘n’ => 1))); The first array level contains the tag names, the second level contains 0 for opening tags or 1 for closing tags, the third level contains the vertical space unit (h) and the number spaces to add (n). If the h parameter is not specified, default values are used.
Parameters Parameters
- $tagvs
-
(Required) (array) array of tags and relative vertical spaces.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.2.001 | Introduced. |