Home
last modified time | relevance | path

Searched refs:AddFont (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1522 $this->AddFont($fontkey, $family, $encoding, $fontkey.'.php', $embed);
1923 function AddFont($fontkey, $family, $encoding, $file, $bEmbed) { function in FPDF
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1432 $this->AddFont($fontkey, $family, "", $encoding, $fontkey.'.php', $embed);
1938 function AddFont($fontkey, $family, $style, $encoding, $file, $bEmbed) { function in FPDF
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3813 function AddFont($family, $style = '')
4185 $this->AddFont($family, $style);
3785 function AddFont($family, $style = '') global() function in Mpdf\\Mpdf