fontFamily = $fontFamily; return $this; } public function getFontFamily(): ?string { return $this->evaluate($this->fontFamily); } }