Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php460 $save_OTLtags = $this->mpdf->OTLtags;
461 $this->mpdf->OTLtags = [];
465 $this->mpdf->OTLtags['Plus'] .= ' kern';
475 $this->mpdf->OTLtags = $save_OTLtags;
DMpdf.php224 var $OTLtags; // mPDF 5.7.1 variable in Mpdf\\Mpdf
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'] = $this->OTLtags; // mPDF 5.7.1
[all …]
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 …$this->mpdf->OTLtags['Plus']) && empty($this->mpdf->OTLtags['Minus']) && empty($this->mpdf->OTLtag…
1228 if (isset($this->mpdf->OTLtags['Plus'])) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
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;