Searched refs:tcolor (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportBaseCell.php | 84 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 D | PdfRenderer.php | 417 * @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 D | HtmlRenderer.php | 234 * @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 D | AbstractRenderer.php | 194 * @param string $tcolor Text color 212 string $tcolor, argument
|
H A D | ReportHtmlCell.php | 159 $renderer->write($temptext, $this->tcolor, false);
|
H A D | ReportPdfCell.php | 84 if (preg_match('/#?(..)(..)(..)/', $this->tcolor, $match)) {
|
H A D | ReportParserGenerate.php | 594 $tcolor = $attrs['tcolor'] ?? ''; 632 $tcolor,
|