Searched refs:ErrorFontName (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| 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/projects/pchart/pchart/ |
| 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/ |
| 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);
|