Searched refs:GetStringWidth (Results 1 – 11 of 11) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 63 $this->mpdf->x += $this->mpdf->GetStringWidth($s); 138 $len_ligne = $this->mpdf->GetStringWidth($tmp); 232 $len_ligne = $this->mpdf->GetStringWidth($tmp); 308 $w[$i] = $this->mpdf->GetStringWidth($text[$i]); 318 $w[$i] = $this->mpdf->GetStringWidth($c); 334 $t+=$this->mpdf->GetStringWidth(' '); 336 $t+=$this->mpdf->GetStringWidth(' '); 413 $wc = $this->mpdf->GetStringWidth($divider); 493 $sz = $this->mpdf->GetStringWidth($text, true, $OTLdata, $textvar);
|
| D | Mpdf.php | 3606 …function GetStringWidth($s, $addSubset = true, $OTLdata = false, $textvar = 0, $includeKashida = f… function in Mpdf\\Mpdf 5130 …$stringWidth = $this->GetStringWidth($txt, true, $OTLdata, $textvar) + ( $this->charspacing * mb_s… 6042 $len_ligne = $this->GetStringWidth($tmp, false, $tmpOTLdata); 6156 $len_ligne = $this->GetStringWidth($tmp); 6573 …$contentWidth += $this->GetStringWidth($chunk, true, (isset($cOTLdata[$k]) ? $cOTLdata[$k] : false… 6832 $contentWidth -= $this->GetStringWidth($hanger) * Mpdf::SCALE; 6924 $s0 = $this->GetStringWidth($s[0], false); 6958 …$stringWidth = $this->GetStringWidth($chunk, true, (isset($cOTLdata[$aord]) ? $cOTLdata[$aord] : f… 6991 …$this->Cell($this->GetStringWidth($hanger), $stackHeight, $hanger, '', 1, '', $fill, $this->HREF, … 7573 $w = $this->GetStringWidth($texto); [all …]
|
| D | Form.php | 231 …while ($this->mpdf->GetStringWidth($texto) > $w - ($this->form_element_spacing['input']['inner']['…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | DotTab.php | 13 $objattr['width'] = $this->mpdf->GetStringWidth($dots);
|
| D | Select.php | 77 $w = $this->mpdf->GetStringWidth($texto, true, $OTLdata);
|
| D | Input.php | 339 …$width = $this->mpdf->GetStringWidth($texto) + ($this->form->form_element_spacing['button']['outer…
|
| D | BlockTag.php | 219 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $this->mpdf->GetStringWidth($ls);
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | output.fpdf.class.php | 382 $width = $this->pdf->GetStringWidth($string); 398 $tx = -$this->pdf->GetStringWidth($watermark)/2;
|
| D | pdf.fpdf.php | 1443 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1460 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1473 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1889 function GetStringWidth($s) { function in FPDF
|
| /plugin/html2pdf/html2pdf/html2ps/fpdf/ |
| D | fpdf.php | 1354 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1368 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1381 $w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' '); 1900 function GetStringWidth($s) { function in FPDF 2180 $dx=$w-$this->cMargin-$this->GetStringWidth($txt); 2182 $dx=($w-$this->GetStringWidth($txt))/2; 2201 …$this->Link($this->x+$dx,$this->y+.5*$h-.5*$this->FontSize,$this->GetStringWidth($txt),$this->Font…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Svg.php | 2716 …$sw = $this->mpdf->GetStringWidth($txt, true, $OTLdata, $textvar); // also adds characters to subs…
|