Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php583 var $textparam; variable in Mpdf\\Mpdf
1544 $this->textparam = [];
4860 $baseline_shift = $this->textparam['text-baseline'];
4862 $baseline_shift = $this->textparam['text-baseline'];
5149 …if (isset($this->textparam['outline-s']) && $this->textparam['outline-s'] && !($textvar & TextVars…
5238 …$c = isset($this->textparam['u-decoration']['color']) ? $this->textparam['u-decoration']['color'] …
5244 …$decorationfontkey = isset($this->textparam['u-decoration']['fontkey']) ? $this->textparam['u-deco…
5245 …$decorationfontsize = isset($this->textparam['u-decoration']['fontsize']) ? $this->textparam['u-de…
5260 $ubaseline = isset($this->textparam['u-decoration']['baseline'])
5261 ? $glyphYorigin - $this->textparam['u-decoration']['baseline'] / $shrin_k
[all …]