Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php428 $imgrac = $this->helper->displaySymbol("_racine", $heightExp + 2);
462 $imgRac = $this->helper->displaySymbol("_racine", $heightExp + 2);
501 …$imgSymbol = $this->helper->displaySymbol($character, $baseExp * 1.8); //max($baseExp,$heightExp-$…
776 $imgSup = $this->helper->displaySymbol("right", 16);
849 $imgSup = $this->helper->displaySymbol("_hat", $size);
H A DHelper.php425 public function displaySymbol($text, $high) function in RL\\PhpMathPublisher\\Helper
775 $image = $this->displaySymbol($style, $height);