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.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.2.001 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.