Lines Matching refs:size
5 * Syntax: <m size>...mathematical formula..</m>
6 * size (optional) base glyph size in pixels,
93 list($size, $math) = explode('>', $match, 2);
95 $math = $size;
96 $size = '';
98 $size = (int) trim($size);
99 if(!$size) $size = 12;
121 return (array($size, trim($math), $align));
136 list($size, $math, $align) = $data;
139 $size = $size * $scale;
140 $ident = md5($math . '-' . $size);
146 $pmp = new \RL\PhpMathPublisher\PhpMathPublisher('', '', $size);