Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php16 var $linethrough; variable in OutputDriverFastPS
54 function decoration($underline, $overline, $linethrough) { argument
57 $this->linethrough = $linethrough;
236 $this->linethrough = false;
287 if ($this->linethrough) { $this->_show_linethrough($x, $y, $width, $this->fontsize); };