Searched refs:ErrorFontName (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 64 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 D | pChart.php | 62 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 D | pchart.php | 140 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 D | pChart.class.php | 140 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);
|