Searched refs:ttffont (Results 1 – 2 of 2) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 1112 …public function WatermarkText(&$gdimg, $text, $size, $alignment, $hex_color='000000', $ttffont='',… argument 1149 if (@is_readable($ttffont) && is_file($ttffont)) { 1154 $this->DebugMessage('Using TTF font "'.$ttffont.'"', __FILE__, __LINE__); 1156 $TTFbox = imagettfbbox($size, $angle, $ttffont, $text); 1168 $TTFboxChar = imagettfbbox($size, $angle, $ttffont, 'jH'); 1179 …tftext($gdimg, $size, $angle, $text_origin_x, $text_origin_y, $letter_color_text, $ttffont, $text); 1266 $TTFboxLine = imagettfbbox($size, $angle, $ttffont, $line); 1294 …ext_origin_x.', '.($text_origin_y + $y_offset).', $letter_color_text, '.$ttffont.', '.$line.')', _… 1295 …g, $size, $angle, $text_origin_x, $text_origin_y + $y_offset, $letter_color_text, $ttffont, $line); 1306 …lt-in font (size='.$size.') for text watermark'.($ttffont ? ' because $ttffont !is_readable('.$ttf…
|
H A D | phpthumb.class.php | 3130 …@list($text, $size, $alignment, $hex_color, $ttffont, $opacity, $margin, $angle, $bg_color, $bg_op… 3135 $ttffont = ($ttffont ? $ttffont : ''); 3144 if (basename($ttffont) == $ttffont) { 3145 $ttffont = $this->realPathSafe($this->config_ttf_directory.DIRECTORY_SEPARATOR.$ttffont); 3147 $ttffont = $this->ResolveFilenameToAbsolute($ttffont); 3149 …atermarkText($this->gdimg_output, $text, $size, $alignment, $hex_color, $ttffont, $opacity, $margi…
|