Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1512 if (!file_exists($this->_getfontpath().$fontkey.'.php') ||
1517 $this->_getfontpath(),
1928 $filepath = $this->_getfontpath().$file;
2145 function _getfontpath() { function in FPDF
2235 $f=fopen($this->_getfontpath().$file,'rb',1);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1421 if (!file_exists($this->_getfontpath().$fontkey.'.php')) {
1426 $this->_getfontpath(),
1951 $filepath = $this->_getfontpath().$file;
2591 function _getfontpath() function in FPDF
2688 $f=fopen($this->_getfontpath().$file,'rb',1);