Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php112 var $normalLineheight;
4869 $va = (0.5 * $bfs * $this->normalLineheight);
4871 $va = $h - (0.5 * $bfs * $this->normalLineheight);
10989 return $this->normalLineheight;
11001 $lh = $this->normalLineheight;
11005 $lh = $this->normalLineheight;
11038 return ($fs * $this->normalLineheight);
11080 $lineheight = ($fontsize * $this->normalLineheight);
121 var $normalLineheight; global() variable in Mpdf\\Mpdf