Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportHtmlCell.php123 $temptext = $renderer->textWrap($temptext, $cW);
H A DReportHtmlFootnote.php92 $this->text = $renderer->textWrap($this->text, $cellWidth);
H A DReportHtmlText.php71 $line = $renderer->textWrap($line, $width);
H A DHtmlRenderer.php641 public function textWrap(string $str, float $width): string function in Fisharebest\\Webtrees\\Report\\HtmlRenderer