Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php13 var $_widths; variable in TextBox
27 $this->_widths = array();
418 $this->_widths = array();
424 $this->_widths[] = $driver->stringwidth($this->words[$i]{$j},
616 $left += $this->_widths[$current_char] + $letter_spacing->getPoints();