Searched refs:Otl (Results 1 – 9 of 9) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Tag.php | 14 use Mpdf\Otl; alias 91 Otl $otl,
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | ServiceFactory.php | 66 $otl = new Otl($mpdf, $fontCache);
|
H A D | Tag.php | 85 Otl $otl,
|
H A D | DirectWrite.php | 31 …public function __construct(Mpdf $mpdf, Otl $otl, SizeConverter $sizeConverter, ColorConverter $co…
|
H A D | Form.php | 106 …public function __construct(Mpdf $mpdf, Otl $otl, ColorConverter $colorConverter, BaseWriter $writ…
|
H A D | Otl.php | 16 class Otl class
|
H A D | Mpdf.php | 13433 $this->otl = new Otl($this, $this->fontCache); 15915 $this->otl = new Otl($this, $this->fontCache); 25413 $this->otl = new Otl($this, $this->fontCache);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | ImageProcessor.php | 23 use Mpdf\Otl; alias 111 Otl $otl,
|
H A D | Svg.php | 11 use Mpdf\Otl; alias 178 Otl $otl,
|