Home
last modified time | relevance | path

Searched refs:font_descender (Results 1 – 8 of 8) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php41 function font_descender($name, $encoding) {} function in OutputDriver
H A Doutput.png.class.php328 function font_descender($name, $encoding) { function in OutputDriverPNG
H A Dbox.img.php129 $descender = $driver->font_descender($font_name, 'iso-8859-1');
H A Doutput.fastps.class.php101 function font_descender($name, $encoding) { function in OutputDriverFastPS
H A Doutput.fpdf.class.php157 function font_descender($name, $encoding) { function in OutputDriverFPDF
H A Doutput.pcl.class.php269 function font_descender($name, $encoding) {} function in OutputDriverPCL
H A Doutput.pdflib.class.php118 function font_descender($name, $encoding) { function in OutputDriverPdflib
H A Dbox.text.php367 $descender = $driver->font_descender($font_name, $this->encodings[0]);