Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php11017 $this->lineheight = $this->_computeLineheight($lh, $fs);
11020 function _computeLineheight($lh, $fs = '') function in Mpdf\\Mpdf
11146 $boxLineHeight = $this->_computeLineheight($CSSlineheight, $fontsize);
16431 $this->y+= $this->_computeLineheight($this->cellLineHeight);
18542 $lh = $this->_computeLineheight($this->blk[$this->blklvl]['line_height']);