Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DHtmlRenderer.php47 public float $cellHeightRatio = 1.8; variable in Fisharebest\\Webtrees\\Report\\HtmlRenderer
543 return ceil($this->getCurrentStyleHeight() * $this->cellHeightRatio * $nl);
H A DReportHtmlFootnote.php99 return $fsize * $ct * $renderer->cellHeightRatio;
H A DReportHtmlText.php106 return $style['size'] * $ct * $renderer->cellHeightRatio;
H A DReportHtmlTextbox.php201 $cHT = ($cHT + 1) * $renderer->cellHeightRatio;