TCPDF::getCSSFontSpacing( $spacing, $parent )
Returns the letter-spacing value from CSS value
Description Description
Parameters Parameters
- $spacing
-
(Required) (string) letter-spacing value
- $parent
-
(Required) (float) font spacing (tracking) value of the parent element
Return Return
(float) quantity to increases or decreases the space between characters in a text.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.000 | Introduced. |