Searched refs:dirfonts (Results 1 – 3 of 3) sorted by relevance
3 - WARNING : the $dirfonts and $dirimg parameters should not be finished any more by /.5 $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts";7 $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts/";
35 global $dirfonts,$dirimg,$symboles,$fontesmath;42 if (!isset($dirfonts)) $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts"; variable379 global $symboles, $fontesmath, $dirfonts;413 $font =$dirfonts."/".$fontesmath[$texte].".ttf";456 $font =$dirfonts."/".$fontesmath[$texte].".ttf";503 else $font = $dirfonts."/cmmi10.ttf";564 else $font = $dirfonts."/cmmi10.ttf";631 global $dirfonts;634 $font = $dirfonts."/cmr10.ttf";652 global $dirfonts;[all …]
40 global $dirfonts,$dirimg;43 $dirfonts=dirname(__FILE__)."/phpmathpublisher/fonts"; variable