Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php35 function font_ascender($name, $encoding) {} function in OutputDriver
H A Doutput.png.class.php323 function font_ascender($name, $encoding) { function in OutputDriverPNG
H A Dbox.img.php123 $ascender = $driver->font_ascender($font_name, 'iso-8859-1');
H A Doutput.fastps.class.php92 function font_ascender($name, $encoding) { function in OutputDriverFastPS
H A Doutput.fpdf.class.php153 function font_ascender($name, $encoding) { function in OutputDriverFPDF
H A Doutput.pcl.class.php268 function font_ascender($name, $encoding) {} function in OutputDriverPCL
H A Doutput.pdflib.class.php114 function font_ascender($name, $encoding) { function in OutputDriverPdflib
H A Dbox.text.php361 $ascender = $driver->font_ascender($font_name, $this->encodings[0]);