Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php142 if (!empty($this->mpdf->CurrentFont['useOTL']) && preg_match('/([' . $this->mpdf->pregCURSchars . '])/u', $tmp)) {
H A DMpdf.php198 var $pregCURSchars; // mPDF 6
5947 if (preg_match("/([" . $this->pregCURSchars . "])/u", $s)) {
6758 if (preg_match("/([" . $this->pregCURSchars . "])/u", $chunk)) {
8308 if (preg_match("/([" . $this->pregCURSchars . "])/u", $chunk)) {
207 var $pregCURSchars; // mPDF 6 global() variable in Mpdf\\Mpdf