Box\Spout\Writer\Style\StyleBuilder::setFontName PHP Method

setFontName() public method

Sets the font name.
public setFontName ( string $fontName ) : StyleBuilder
$fontName string Name of the font to use
return StyleBuilder
    public function setFontName($fontName)
    {
        $this->style->setFontName($fontName);
        return $this;
    }