Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-family.inc.php29 if ($g_font_resolver->have_font_family($subvalue)) { return $subvalue; };
32 if ($g_font_resolver_pdf->have_font_family($subvalue)) { return $subvalue; };
H A Dfont.resolver.class.php178 function have_font_family($family) { function in FontResolver