Home
last modified time | relevance | path

Searched refs:applyOTL (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php472 $text = $this->otl->applyOTL($text, $this->mpdf->CurrentFont['useOTL']);
H A DForm.php241 $texto = $this->otl->applyOTL($texto, $this->mpdf->CurrentFont['useOTL']);
528 $texto = $this->otl->applyOTL($texto, $this->mpdf->CurrentFont['useOTL']);
H A DMpdf.php4513 $txt = $this->otl->applyOTL($txt, $this->CurrentFont['useOTL']);
4553 $txt = $this->otl->applyOTL($txt, $this->CurrentFont['useOTL']);
5872 $txt = $this->otl->applyOTL($txt, $this->CurrentFont['useOTL']);
10521 $texte = $this->otl->applyOTL($texte, $this->CurrentFont['useOTL']);
13486 $e = $this->otl->applyOTL($e, $this->CurrentFont['useOTL']);
25396 $text = $this->otl->applyOTL($text, $this->CurrentFont['useOTL']);
H A DOtl.php122 function applyOTL($str, $useOTL) function in Mpdf\\Otl
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2706 $txt = $this->otl->applyOTL($txt, $this->mpdf->CurrentFont['useOTL']);