Home
last modified time | relevance | path

Searched refs:ttf_mappings (Results 1 – 6 of 6) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.resolver.class.php13 var $ttf_mappings = array(); variable in FontResolver
23 foreach ($this->ttf_mappings as $typeface => $file) {
29 $this->ttf_mappings[$typeface] = $file;
H A Dfont_factory.class.php31 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface];
H A Doutput.png.class.php128 $fontfile = $g_font_resolver_pdf->ttf_mappings[$typeface];
505 $fontFile = $g_font_resolver_pdf->ttf_mappings[$font['font']];
H A Dpdf.fpdf.php1504 $file = $g_font_resolver_pdf->ttf_mappings[$family];
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php626 foreach ($g_font_resolver_pdf->ttf_mappings as $file) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1413 $file = $g_font_resolver_pdf->ttf_mappings[$family];