Searched refs:font_path (Results 1 – 1 of 1) sorted by relevance
153 private $font_path = "/usr/share/fonts/ttf-bitstream-vera"; variable in im158 private function font_path($fontidx) function in im160 return $this->font_path . "/" . $this->font_files[$fontidx] . ".ttf";164 return imagettfbbox($this->font_sizes[$fontidx], $angle, $this->font_path($fontidx), $text);186 $y + $fh, $this->black, $this->font_path($fontidx), $text);