Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php583 var $textparam;
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::FC_SMALLCAPS)) { // mPDF 5.7.1
5238 $c = isset($this->textparam['u-decoration']['color']) ? $this->textparam['u-decoration']['color'] : '';
5244 $decorationfontkey = isset($this->textparam['u-decoration']['fontkey']) ? $this->textparam['
589 var $textparam; global() variable in Mpdf\\Mpdf
[all...]