Home
last modified time | relevance | path

Searched refs:dirFonts (Results 1 – 1 of 1) sorted by relevance

/plugin/mathpublish/phpmathpublisher/
H A DHelper.php29 public $dirFonts; variable in RL\\PhpMathPublisher\\Helper
76 $this->dirFonts = __DIR__ . "/fonts";
429 $dirFonts = $this->getDirFonts();
712 $dirFonts = $this->getDirFonts();
715 $font = $dirFonts . "/cmr10.ttf";
741 $dirFonts = $this->getDirFonts();
746 $font = $dirFonts . "/cmmi10.ttf";
748 $font = $dirFonts . "/cmr10.ttf";
894 public function setDirFonts($dirFonts) argument
896 $this->dirFonts = $dirFonts;
[all …]