Home
last modified time | relevance | path

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

/plugin/register/
H A Dregister.php158 private function font_path($fontidx) argument
162 private function font_dims($fontidx, $text, $angle = 0) argument
164 return imagettfbbox($this->font_sizes[$fontidx], $angle, $this->font_path($fontidx), $text);
167 public function font_height($fontidx, $text = "", $angle = 0) argument
174 public function font_width($fontidx, $text, $angle = 0) argument
180 $fh = $this->font_height($fontidx, $height_text, $angle);
181 $fw = $this->font_width($fontidx, " $text ", $angle);
186 $y + $fh, $this->black, $this->font_path($fontidx), $text);
190 return $this->_text($x, $y, $fontidx, $text, $text, $angle);
192 public function text($x, $y, $fontidx, $text, $angle = 0) argument
[all …]