Searched refs:_LoadFont (Results 1 – 2 of 2) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.php | 1501 function _LoadFont($fontkey, $family, $encoding) { function in FPDF 1532 $this->_LoadFont($fontkey, $name, $encoding, ''); 1538 $this->_LoadFont($fontkey, $name, $encoding, ''); 1993 $this->_LoadFont($fontkey, $family, $encoding);
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 1408 function _LoadFont($fontkey, $family, $encoding, $style) { function in FPDF 1442 $this->_LoadFont($fontkey, $name, $encoding, ''); 1448 $this->_LoadFont($fontkey, $name, $encoding, ''); 2019 $this->_LoadFont($fontkey, $family, $encoding, $style);
|