Home
last modified time | relevance | path

Searched refs:ErrorFontName (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php64 protected $ErrorFontName = "Fonts/pf_arma_five.ttf"; variable in pChart
2856 $Position = imageftbbox ( $this->ErrorFontSize, 0, $this->ErrorFontName, $Value );
2889 $this->ErrorFontName,
/plugin/statistics/inc/pchart/
H A DpChart.php62 protected $ErrorFontName = "Fonts/pf_arma_five.ttf"; variable in pChart
3066 $Position = imageftbbox($this->ErrorFontSize, 0, $this->ErrorFontName, $Value);
3104 $this->ErrorFontName,
/plugin/projects/pchart/pchart/
H A Dpchart.php140 var $ErrorFontName = "fonts/pf_arma_five.ttf"; variable in pChart
3328 $Position = imageftbbox($this->ErrorFontSize,0,$this->ErrorFontName,$Value);
3339 …$this->ErrorFontSize,0,$this->XSize-($MaxWidth+15),$YPos,$C_TextColor,$this->ErrorFontName,$Value);
/plugin/charter/lib/pchart/
H A DpChart.class.php140 var $ErrorFontName = "Fonts/pf_arma_five.ttf"; variable in pChart
3353 $Position = imageftbbox($this->ErrorFontSize,0,$this->ErrorFontName,$Value);
3364 …$this->ErrorFontSize,0,$this->XSize-($MaxWidth+15),$YPos,$C_TextColor,$this->ErrorFontName,$Value);