| D | Form.php | 163 function print_ob_text($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir) argument 231 …while ($this->mpdf->GetStringWidth($texto) > $w - ($this->form_element_spacing['input']['inner']['… 232 $texto = mb_substr($texto, 0, mb_strlen($texto, $this->mpdf->mb_enc) - 1, $this->mpdf->mb_enc); 236 if (preg_match('/([' . $this->mpdf->pregRTLchars . '])/u', $texto)) { 241 $texto = $this->otl->applyOTL($texto, $this->mpdf->CurrentFont['useOTL']); 245 $this->mpdf->magic_reverse_dir($texto, $this->mpdf->directionality, $OTLdata); 258 …$this->mpdf->Cell($w, $h, $texto, 1, 0, $rtlalign, 1, '', 0, $this->form_element_spacing['input'][… 264 function print_ob_textarea($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir) argument 292 if ($texto === ' ') { 293 $texto = ''; [all …]
|