Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DFanChartModule.php521 while ($this->textWidthInPixels($text) > $pixels) {
525 while ($this->textWidthInPixels(' ' . $text . ' ') < $pixels) {
538 protected function textWidthInPixels(string $text): int function in Fisharebest\\Webtrees\\Module\\FanChartModule