Home
last modified time | relevance | path

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

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