Home
last modified time | relevance | path

Searched refs:findfont (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php103 function findfont($name, $encoding) { function in OutputDriverPdflib
115 return pdf_get_value($this->pdf, "ascender", $this->findfont($name, $encoding));
119 return -pdf_get_value($this->pdf, "descender", $this->findfont($name, $encoding));
378 $this->_currentfont = $this->findfont($name, $encoding);
411 return pdf_stringwidth($this->pdf, $string, $this->findfont($name, $encoding), $size);
417 $font = $this->findfont('Helvetica', 'iso-8859-1');
H A Doutput.fpdf.class.php148 function findfont($name, $encoding) { function in OutputDriverFPDF
354 $this->pdf->SetFont($this->findfont($name, $encoding), $encoding, $size);