TCPDF::getCSSFontStretching( $stretch, $parent = 100 )
Returns the percentage of font stretching from CSS value
Description Description
Parameters Parameters
- $stretch
-
(Required) (string) stretch mode
- $parent
-
(Optional) (float) stretch value of the parent element
Default value: 100
Return Return
(float) font stretching percentage
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.000 | Introduced. |