name = $name; } public function render(string $font): string { return sprintf('Word %s with font %s', $this->name, $font); } }