text; } public function getFont(): FontInterface { return $this->font; } public function getAlignment(): LabelAlignment { return $this->alignment; } public function getMargin(): MarginInterface { return $this->margin; } public function getTextColor(): ColorInterface { return $this->textColor; } }