Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DHyphenator.php180 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));
DMpdf.php324 var $hyphenationDictionaryFile; variable in Mpdf\\Mpdf