Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DHtmlRenderer.php647 …$lines = array_map(fn (string $string): string => $this->utf8WordWrap($string, $line_width), $line…
660 private function utf8WordWrap(string $string, int $width): string function in Fisharebest\\Webtrees\\Report\\HtmlRenderer