Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextArea.php125 $charsize = $this->mpdf->GetCharWidth('w', false);
H A DBlockTag.php459 $doubleCharWidth = (2 * $this->mpdf->GetCharWidth('W', false));
461 || ($maxw - ($currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) < (2 * $this->mpdf->GetCharWidth('W', false))) {
510 $doubleCharWidth = (2 * $this->mpdf->GetCharWidth('W', false));
512 || ($maxw - ($currblk['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);
H A DInput.php100 $spacesize = $this->mpdf->GetCharWidth(' ', false);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3597 function GetCharWidth($c, $addSubset = true)
14228 $inner_w = 2 * $this->GetCharWidth('W', false);
15895 if (($this->blk[$this->blklvl]['inner_width'] - $l_width - $r_width) < (2 * $this->GetCharWidth('W', false))) {
15897 if ($l_max < $r_max && ($this->blk[$this->blklvl]['inner_width'] - $r_width) > (2 * $this->GetCharWidth('W', false))) {
15899 } elseif ($r_max < $l_max && ($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);
3569 function GetCharWidth($c, $addSubset = true) global() function in Mpdf\\Mpdf