Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php180 if (file_exists($this->mpdf->hyphenationDictionaryFile)) {
181 $this->dictionary = file($this->mpdf->hyphenationDictionaryFile, FILE_SKIP_EMPTY_LINES);
202 throw new \Mpdf\MpdfException(sprintf('Unable to open hyphenation dictionary "%s"', $this->mpdf->hyphenationDictionaryFile));
H A DMpdf.php324 var $hyphenationDictionaryFile;
331 var $hyphenationDictionaryFile; global() variable in Mpdf\\Mpdf