Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/fpdf/
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/
Dpdf.fpdf.php1439 function _dounderline($x,$y,$txt) { function in FPDF
2064 $s.=' '.$this->_dounderline($x,$y,$txt);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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…
5318 …$sub .=' ' . $this->_dounderline($this->x + $dx, $this->y + $sbaseline + $adjusty, $txt, $OTLdata,…
5353 …$sub .=' ' . $this->_dounderline($this->x + $dx, $this->y + $obaseline + $adjusty, $txt, $OTLdata,…
10467 function _dounderline($x, $y, $txt, $OTLdata = false, $textvar = 0) function in Mpdf\\Mpdf