Home
last modified time | relevance | path

Searched refs:OTLtags (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php460 $save_OTLtags = $this->mpdf->OTLtags;
461 $this->mpdf->OTLtags = [];
465 $this->mpdf->OTLtags['Plus'] .= ' kern';
475 $this->mpdf->OTLtags = $save_OTLtags;
H A DMpdf.php224 var $OTLtags; // mPDF 5.7.1
4500 $save_OTLtags = $this->OTLtags;
4501 $this->OTLtags = [];
4504 $this->OTLtags['Plus'] .= ' kern';
4517 $this->OTLtags = $save_OTLtags;
4540 $save_OTLtags = $this->OTLtags;
4541 $this->OTLtags = [];
4544 $this->OTLtags['Plus'] .= ' kern';
4557 $this->OTLtags = $save_OTLtags;
6245 $saved['OTLtags']
233 var $OTLtags; // mPDF 5.7.1 global() variable in Mpdf\\Mpdf
[all...]
H A DOtl.php410 if (!empty($this->mpdf->OTLtags)) {
423 if (!empty($this->mpdf->OTLtags)) {
521 if (!empty($this->mpdf->OTLtags)) {
667 if (!empty($this->mpdf->OTLtags)) {
725 if (!empty($this->mpdf->OTLtags)) {
805 if (!empty($this->mpdf->OTLtags)) {
969 if (!empty($this->mpdf->OTLtags)) {
1055 if (!empty($this->mpdf->OTLtags)) {
1214 if (empty($this->mpdf->OTLtags['Plus']) && empty($this->mpdf->OTLtags['Minu
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2686 $save_OTLtags = $this->mpdf->OTLtags;
2687 $this->mpdf->OTLtags = [];
2693 if (isset($this->mpdf->OTLtags['Plus'])) {
2694 $this->mpdf->OTLtags['Plus'] .= ' kern';
2696 $this->mpdf->OTLtags['Plus'] = ' kern';
2710 $this->mpdf->OTLtags = $save_OTLtags;