Home
last modified time | relevance | path

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

/plugin/math2/phpmathpublisher/
H A DCHANGELOG3 - 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/";
H A Dmathpublisher.php35 global $dirfonts,$dirimg,$symboles,$fontesmath;
42 if (!isset($dirfonts)) $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts"; variable
379 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 …]
/plugin/math2/
H A Dsyntax.php40 global $dirfonts,$dirimg;
43 $dirfonts=dirname(__FILE__)."/phpmathpublisher/fonts"; variable