Home
last modified time | relevance | path

Searched refs:autoLangToFont (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/
H A DDokuPDF.class.php68 $this->autoLangToFont = true;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php268 if ($this->mpdf->autoLangToFont && !$this->mpdf->usingCoreFont) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md253 - Automatic language mark-up and font selection using autoScriptToLang and autoLangToFont.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php135 var $autoLangToFont;
13205 if ($this->autoLangToFont && !$this->usingCoreFont && preg_match('/<html [^>]*lang=[\'\"](.*?)[\'\"]/ism', $html, $m)) {
13226 if ($this->autoLangToFont && !$this->onlyCoreFonts && preg_match('/lang=[\'\"](.*?)[\'\"]/ism', $m[1], $mm)) {
18158 if ($this->autoLangToFont && !$this->usingCoreFont) {
144 var $autoLangToFont; global() variable in Mpdf\\Mpdf