You are here

public function PHPExcel_Style::getFont in Loft Data Grids 6.2

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

Get Font

Return value

PHPExcel_Style_Font

File

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

Class

PHPExcel_Style
PHPExcel_Style

Code

public function getFont() {
  return $this->_font;
}