Searched refs:textWrap (Results 1 – 4 of 4) sorted by relevance
123 $temptext = $renderer->textWrap($temptext, $cW);
92 $this->text = $renderer->textWrap($this->text, $cellWidth);
71 $line = $renderer->textWrap($line, $width);
641 public function textWrap(string $str, float $width): string function in Fisharebest\\Webtrees\\Report\\HtmlRenderer