You are here

public function PHPExcel_Style::setFont in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style.php \PHPExcel_Style::setFont()

Set font

Parameters

PHPExcel_Style_Font $font:

Return value

PHPExcel_Style

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style.php, line 521

Class

PHPExcel_Style
PHPExcel_Style

Code

public function setFont(PHPExcel_Style_Font $font) {
  $this->_font = $font;
  return $this;
}