Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php253 $width_delta = $right_x - $parent->get_right();
255 $width_delta = $right_x - $float->get_left_margin();
258 $this->_find_soft_hyphen($parent, $width_delta);
274 function _find_soft_hyphen(&$parent, $width_delta) { argument
281 if ($this->get_width() - $wrappable[3] > $width_delta) {