Searched refs:GetCharWidth (Results 1 – 4 of 4) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | TextArea.php | 125 $charsize = $this->mpdf->GetCharWidth('w', false);
|
| D | BlockTag.php | 459 $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);
|
| D | Input.php | 100 $spacesize = $this->mpdf->GetCharWidth(' ', false);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 3597 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);
|