/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Tag.php | 46 protected $otl; variable in Mpdf\\Tag\\Tag 91 Otl $otl, argument 103 $this->otl = $otl;
|
H A D | Columns.php | 20 $this->otl,
|
H A D | Br.php | 74 … $this->otl->trimOTLdata($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][18], false);
|
H A D | BlockTag.php | 1096 …$this->otl->trimOTLdata($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][18], false); /…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | ServiceFactory.php | 66 $otl = new Otl($mpdf, $fontCache); 76 $form = new Form($mpdf, $otl, $colorConverter, $writer, $formWriter); 84 $otl, 101 $otl, 135 'otl' => $otl,
|
H A D | Tag.php | 41 private $otl; variable in Mpdf\\Tag 85 Otl $otl, argument 97 $this->otl = $otl; 118 $this->otl,
|
H A D | DirectWrite.php | 19 private $otl; variable in Mpdf\\DirectWrite 31 …public function __construct(Mpdf $mpdf, Otl $otl, SizeConverter $sizeConverter, ColorConverter $co… argument 34 $this->otl = $otl; 472 $text = $this->otl->applyOTL($text, $this->mpdf->CurrentFont['useOTL']); 473 $OTLdata = $this->otl->OTLdata;
|
H A D | Form.php | 39 private $otl; variable in Mpdf\\Form 106 …public function __construct(Mpdf $mpdf, Otl $otl, ColorConverter $colorConverter, BaseWriter $writ… argument 109 $this->otl = $otl; 243 $texto = $this->otl->applyOTL($texto, $this->mpdf->CurrentFont['useOTL']); 244 $OTLdata = $this->otl->OTLdata; 530 $texto = $this->otl->applyOTL($texto, $this->mpdf->CurrentFont['useOTL']); 531 $OTLdata = $this->otl->OTLdata;
|
H A D | Mpdf.php | 838 private $otl; variable in Mpdf\\Mpdf 4484 $OTLdata = $this->otl->OTLdata; 4524 $OTLdata = $this->otl->OTLdata; 5843 $OTLdata = $this->otl->OTLdata; 6401 if (!empty($this->otl)) { 6402 $this->otl->lastBidiStrongType = ''; 10476 $OTLdata = $this->otl->OTLdata; 13432 if (!$this->otl) { 15914 if (empty($this->otl)) { 25333 $OTLdata = $this->otl->OTLdata; [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | ImageProcessor.php | 42 private $otl; variable in Mpdf\\Image\\ImageProcessor 111 Otl $otl, argument 124 $this->otl = $otl; 270 …$svg = new Svg($this->mpdf, $this->otl, $this->cssManager, $this, $this->sizeConverter, $this->col…
|
H A D | Svg.php | 41 public $otl; variable in Mpdf\\Image\\Svg 178 Otl $otl, argument 188 $this->otl = $otl; 2532 $txt = $this->otl->applyOTL($txt, $this->mpdf->CurrentFont['useOTL']); 2533 $OTLdata = $this->otl->OTLdata;
|
/plugin/dw2pdf/ |
H A D | deleted.files | 19 mpdf/classes/otl.php
|