Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.resolver.class.php16 var $ps_fonts = array(); variable in FontResolver
39 isset($this->ps_fonts[$family]) and
40 isset($this->ps_fonts[$family][$weight]) and
41 isset($this->ps_fonts[$family][$weight][$style]) and
42 isset($this->ps_fonts[$family][$weight][$style][$encoding]);
53 $this->ps_fonts[$family][$weight][$style][$encoding] = 'font'.$this->ps_fonts_counter;
56 return $this->ps_fonts[$family][$weight][$style][$encoding];