Searched refs:font_ascender (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ | ||
H A D | output._interface.class.php | 35 function font_ascender($name, $encoding) {} function in OutputDriver |
H A D | output.pcl.class.php | 268 function font_ascender($name, $encoding) {} function in OutputDriverPCL |
H A D | box.img.php | 123 $ascender = $driver->font_ascender($font_name, 'iso-8859-1'); |
H A D | output.pdflib.class.php | 114 function font_ascender($name, $encoding) { function in OutputDriverPdflib |
H A D | output.fastps.class.php | 92 function font_ascender($name, $encoding) { function in OutputDriverFastPS |
H A D | output.png.class.php | 323 function font_ascender($name, $encoding) { function in OutputDriverPNG |
H A D | box.text.php | 361 $ascender = $driver->font_ascender($font_name, $this->encodings[0]); |
H A D | output.fpdf.class.php | 153 function font_ascender($name, $encoding) { function in OutputDriverFPDF |