Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTextArea.php125 $charsize = $this->mpdf->GetCharWidth('w', false);
DBlockTag.php459 $doubleCharWidth = (2 * $this->mpdf->GetCharWidth('W', false));
461 …rblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) < (2 * $this->mpdf->GetCharWidth('W', false))) {
510 $doubleCharWidth = (2 * $this->mpdf->GetCharWidth('W', false));
512 …rrblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) < (2 * $this->mpdf->GetCharWidth('W', false))) {
554 $doubleCharWidth = (2 * $this->mpdf->GetCharWidth('W', false));
746 $mw = 2 * $this->mpdf->GetCharWidth('W', false);
DInput.php100 $spacesize = $this->mpdf->GetCharWidth(' ', false);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php3597 function GetCharWidth($c, $addSubset = true) function in Mpdf\\Mpdf
14228 $inner_w = 2 * $this->GetCharWidth('W', false);
15895 …if (($this->blk[$this->blklvl]['inner_width'] - $l_width - $r_width) < (2 * $this->GetCharWidth('W…
15897 …&& ($this->blk[$this->blklvl]['inner_width'] - $r_width) > (2 * $this->GetCharWidth('W', false))) {
15899 …&& ($this->blk[$this->blklvl]['inner_width'] - $l_width) > (2 * $this->GetCharWidth('W', false))) {
16347 $mw = 2 * $this->GetCharWidth('W', false);
16383 $mw = 2 * $this->GetCharWidth('W', false);