Home
last modified time | relevance | path

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

/dports/finance/prestashop/prestashop/classes/pdf/
H A DPDFGenerator.php62 public $font_by_lang = [ variable in PDFGeneratorCore
162 if (array_key_exists($iso_lang, $this->font_by_lang)) {
163 $this->font = $this->font_by_lang[$iso_lang];
/dports/www/thirtybees/thirtybees-1.1.0/classes/pdf/
H A DPDFGenerator.php19035 public $font_by_lang = [ variable in PDFGeneratorCore
19943 if (array_key_exists($isoLang, $this->font_by_lang)) {
19944 $this->font = $this->font_by_lang[$isoLang];