Searched refs:_get_font_name (Results 1 – 4 of 4) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.text.php | 103 function _get_font_name(&$viewport, $subword_index) { function in TextBox 356 $font_name = $this->_get_font_name($driver, 0); 396 $font_name = $this->_get_font_name($driver, $i); 501 $status = $driver->setfont($this->_get_font_name($driver, $i), 517 $status = $driver->setfont($this->_get_font_name($driver, $index), 542 $status = $driver->setfont($this->_get_font_name($driver, $i), 586 $status = $driver->setfont($this->_get_font_name($driver, $i), 611 $status = $driver->setfont($this->_get_font_name($driver, $i),
|
H A D | box.field.pageno.php | 31 $this->_get_font_name($viewport,0), 61 $this->_get_font_name($driver, 0),
|
H A D | box.field.pages.php | 35 $this->_get_font_name($viewport, 0), 67 $this->_get_font_name($viewport, 0),
|
H A D | box.img.php | 91 function _get_font_name(&$driver, $subword_index) { function in GenericImgBox 118 $font_name = $this->_get_font_name($driver, 0);
|