Home
last modified time | relevance | path

Searched refs:fixLineheight (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTd.php260 $c['cellLineHeight'] = $this->mpdf->fixLineheight($properties['LINE-HEIGHT']);
DTable.php327 $table['cellLineHeight'] = $this->mpdf->fixLineheight($properties['LINE-HEIGHT']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php10976 function fixLineheight($v) function in Mpdf\\Mpdf
18386 $this->blk[$this->blklvl]['line_height'] = $this->fixLineheight($v);