public function PHPExcel_RichText_Run::getFont in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText/Run.php \PHPExcel_RichText_Run::getFont()
* Get font * *
Return value
Overrides PHPExcel_RichText_TextElement::getFont
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText/ Run.php, line 60
Class
- PHPExcel_RichText_Run
- PHPExcel_RichText_Run
Code
public function getFont() {
return $this->_font;
}