Home
last modified time | relevance | path

Searched refs:Otl (Results 1 – 9 of 9) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php14 use Mpdf\Otl; alias
91 Otl $otl,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DServiceFactory.php65 $otl = new Otl($mpdf, $fontCache);
H A DTag.php82 Otl $otl,
H A DDirectWrite.php31 …public function __construct(Mpdf $mpdf, Otl $otl, SizeConverter $sizeConverter, ColorConverter $co…
H A DForm.php104 …public function __construct(Mpdf $mpdf, Otl $otl, ColorConverter $colorConverter, BaseWriter $writ…
H A DOtl.php16 class Otl class
H A DMpdf.php13484 $this->otl = new Otl($this, $this->fontCache);
15976 $this->otl = new Otl($this, $this->fontCache);
25477 $this->otl = new Otl($this, $this->fontCache);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php15 use Mpdf\Otl; alias
100 Otl $otl,
H A DSvg.php11 use Mpdf\Otl; alias
178 Otl $otl,