Searched refs:hyphenationDictionaryFile (Results 1 – 2 of 2) sorted by relevance
180 if (file_exists($this->mpdf->hyphenationDictionaryFile)) {181 $this->dictionary = file($this->mpdf->hyphenationDictionaryFile, FILE_SKIP_EMPTY_LINES);202 …ion(sprintf('Unable to open hyphenation dictionary "%s"', $this->mpdf->hyphenationDictionaryFile));
324 var $hyphenationDictionaryFile; variable in Mpdf\\Mpdf