Searched refs:config_error_fontsize (Results 1 – 1 of 1) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.class.php | 140 public $config_error_fontsize = 1; variable in phpthumb 2680 …text_message, floor($this->thumbnail_width / imagefontwidth($this->config_error_fontsize)), "\n")); 2683 …nail_height - (count($nohotlink_text_array) * imagefontheight($this->config_error_fontsize))) / 2); 2688 …$this->thumbnail_width - (strlen($textline) * imagefontwidth($this->config_error_fontsize))) / 2)); 2689 …gdimg_output, $this->config_error_fontsize, $leftoffset, $topoffset + ($rowcounter++ * imagefonthe… 4379 $FontWidth = imagefontwidth($this->config_error_fontsize); 4380 $FontHeight = imagefontheight($this->config_error_fontsize); 4402 imagestring($gdimg_error, $this->config_error_fontsize, 2, $lineYoffset, $line, $text_color);
|