Format::setFontFamily

Format::setFontFamily -- Sets the font family.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setFontFamily (string $font_family)

Description

Sets the font family.

Parameter

Note

This function can not be called statically.

Example