Home
last modified time | relevance | path

Searched refs:_dounderline (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1350 function _dounderline($x,$y,$txt) { function in FPDF
2109 $s.=' '.$this->_dounderline($x,$y,$txt);
2195 $s.=' '.$this->_dounderline($this->x+$dx,$this->y+.5*$h+.3*$this->FontSize,$txt);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1439 function _dounderline($x,$y,$txt) { function in FPDF
2064 $s.=' '.$this->_dounderline($x,$y,$txt);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php4441 $s .= ' ' . $this->_dounderline($x, $y + $adjusty, $txt, $OTLdata, $textvar);
4467 $s .= ' ' . $this->_dounderline($x, $y + $adjusty, $txt, $OTLdata, $textvar);
5267 $sub .= ' ' . $this->_dounderline($this->x + $dx, $this->y + $ubaseline + $adjusty, $txt, $OTLdata, $textvar);
5318 $sub .=' ' . $this->_dounderline($this->x + $dx, $this->y + $sbaseline + $adjusty, $txt, $OTLdata, $textvar);
5353 $sub .=' ' . $this->_dounderline($this->x + $dx, $this->y + $obaseline + $adjusty, $txt, $OTLdata, $textvar);
10467 function _dounderline($x, $y, $txt, $OTLdata = false, $textvar = 0)
10421 function _dounderline($x, $y, $txt, $OTLdata = false, $textvar = 0) global() function in Mpdf\\Mpdf