Lines Matching refs:dirFonts
29 public $dirFonts; variable in RL\\PhpMathPublisher\\Helper
76 $this->dirFonts = __DIR__ . "/fonts";
429 $dirFonts = $this->getDirFonts();
458 $font = $dirFonts . "/" . $fontsMath[$text] . ".ttf";
504 $font = $dirFonts . "/" . $fontsMath[$text] . ".ttf";
553 $font = $dirFonts . "/" . $fontsMath[$text] . ".ttf";
555 $font = $dirFonts . "/cmr10.ttf";
557 $font = $dirFonts . "/cmmi10.ttf";
626 $font = $dirFonts . "/" . $fontsMath[$text] . ".ttf";
628 $font = $dirFonts . "/cmr10.ttf";
630 $font = $dirFonts . "/cmmi10.ttf";
712 $dirFonts = $this->getDirFonts();
715 $font = $dirFonts . "/cmr10.ttf";
741 $dirFonts = $this->getDirFonts();
744 $font = $dirFonts . "/" . $fontsMath[$text] . ".ttf";
746 $font = $dirFonts . "/FreeSerifItalic.ttf";
748 $font = $dirFonts . "/FreeSerif.ttf";
894 public function setDirFonts($dirFonts) argument
896 $this->dirFonts = $dirFonts;
904 return $this->dirFonts;