Searched refs:GetStringWidth (Results 1 – 11 of 11) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A 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);
|
H A D | Mpdf.php | 3606 function GetStringWidth($s, $addSubset = true, $OTLdata = false, $textvar = 0, $includeKashida = false) 3681 // ...GetStringWidth... 5130 $stringWidth = $this->GetStringWidth($txt, true, $OTLdata, $textvar) + ( $this->charspacing * mb_strlen($txt, $this->mb_enc) / Mpdf::SCALE ) + ( $this->ws * mb_substr_count($txt, ' ', $this->mb_enc) / Mpdf::SCALE ); 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), $this->textvar) * Mpdf::SCALE; 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] : false), $this->textvar); 6991 $this->Cell($this->GetStringWidth( 3578 function GetStringWidth($s, $addSubset = true, $OTLdata = false, $textvar = 0, $includeKashida = false) global() function in Mpdf\\Mpdf [all...] |
H A D | Form.php | 231 while ($this->mpdf->GetStringWidth($texto) > $w - ($this->form_element_spacing['input']['inner']['h'] * 2)) {
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | DotTab.php | 13 $objattr['width'] = $this->mpdf->GetStringWidth($dots);
|
H A D | Select.php | 77 $w = $this->mpdf->GetStringWidth($texto, true, $OTLdata);
|
H A D | Input.php | 339 $width = $this->mpdf->GetStringWidth($texto) + ($this->form->form_element_spacing['button']['outer']['h'] * 2)
|
H A D | BlockTag.php | 219 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $this->mpdf->GetStringWidth($ls);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fpdf.class.php | 382 $width = $this->pdf->GetStringWidth($string); 398 $tx = -$this->pdf->GetStringWidth($watermark)/2;
|
H A 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/ |
H A 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/ |
H A D | Svg.php | 2716 $sw = $this->mpdf->GetStringWidth($txt, true, $OTLdata, $textvar); // also adds characters to subset
|