Searched refs:lbdicts (Results 1 – 1 of 1) sorted by relevance
83 var $lbdicts; // Line-breaking dictionaries variable in Mpdf\\Otl118 $this->lbdicts = [];3019 …if (!isset($this->lbdicts[$this->shaper]) && file_exists(__DIR__ . '/../data/linebrdict' . $this->…3020 …$this->lbdicts[$this->shaper] = file_get_contents(__DIR__ . '/../data/linebrdict' . $this->shaper …3023 $dict = &$this->lbdicts[$this->shaper];