Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportHtmlFootnote.php81 * @param float $cellWidth The width of the cell to use it for text wrapping
85 public function getFootnoteHeight(HtmlRenderer $renderer, float $cellWidth = 0): float argument
91 if ($cellWidth > 0) {
92 $this->text = $renderer->textWrap($this->text, $cellWidth);
H A DHtmlRenderer.php482 * @param float $cellWidth
486 public function getFootnotesHeight(float $cellWidth): float argument
490 $h += $element->getFootnoteHeight($this, $cellWidth);