| Spreadsheet_Excel_Writer | File System |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
void Format::setFontFamily (
string $font_family
)
Sets the font family.
string $font_family - The font family name. Possible values are: 'Times New Roman', 'Arial', 'Courier'.
This function can not be called statically.
Using setFontFamily()
|
| Spreadsheet_Excel_Writer | File System |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |