You are here

public static function PHPExcel_Shared_Font::getTrueTypeFontPath in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Font.php \PHPExcel_Shared_Font::getTrueTypeFontPath()

* Get the path to the folder containing .ttf files. * *

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/Font.php, line 238

Class

PHPExcel_Shared_Font
PHPExcel_Shared_Font

Code

public static function getTrueTypeFontPath() {
  return self::$trueTypeFontPath;
}