Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportBaseCell.php84 public string $tcolor; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
118 * @param string $tcolor Text color
134 string $tcolor, argument
146 $this->tcolor = $tcolor;
H A DPdfRenderer.php417 * @param string $tcolor Text color
422 …at $top, float $left, bool $fill, int $stretch, string $bocolor, string $tcolor, bool $reseth): Re… argument
424 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth);
H A DHtmlRenderer.php234 * @param string $tcolor Text color
239 …at $top, float $left, bool $fill, int $stretch, string $bocolor, string $tcolor, bool $reseth): Re… argument
241 … $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth);
H A DAbstractRenderer.php194 * @param string $tcolor Text color
212 string $tcolor, argument
H A DReportHtmlCell.php159 $renderer->write($temptext, $this->tcolor, false);
H A DReportPdfCell.php84 if (preg_match('/#?(..)(..)(..)/', $this->tcolor, $match)) {
H A DReportParserGenerate.php594 $tcolor = $attrs['tcolor'] ?? '';
632 $tcolor,